Bug reports and suggestions for improvement are always welcome through the github Issues
This is a VSCode extension.
Have you ever found yourself repeatedly creating files of the same format, such as storybook files or component files? Such repetitive tasks can be tedious. However, with the ability to create templates, you can easily generate files of the same format using the "Create Files With Custom Template" feature. This is available as a VSCode extension, making it easy to install and use.
Click here to install.
- Important Notes
- Please create it at the project's root path.
- The folder must be named customTemplates.
- Create it inside the
customTemplates
folder. - In the file name and code,
{{name}}
will be replaced with the input you provide during creation. - You can create multiple templates at once by placing them in a folder.
- Important Notes
- Templates can only be created up to 1-depth.
- Folder within a folder structure is not allowed.