An extension to improve and speed up the creation of files in our projects.
Install
Install via Extension Marketplace
Usage
To create files with our extension is necessary:
Install the extension
Right click on a folder of the project (any, it does not affect the selected folder)
Select one of the local or remote templates in the list
Replace the variables found in the config.json file with the name you want to assign to it at the time of file creation
Click on generate
The files will be created following the path found inside the template, that is why each template must have the folder structure where you want them to be created, for example src/components
Settings
Local
You must store all your local templates in a folder called "scaffolding" at the root of your workspace.
Each template must have the config.json file with the list of all the variables to be replaced in the files.
Remote
You must configure the URL from which you want to download your templates, by default you will find our Celerik URL from which you can access our public templates. The URL is the same as the one used to clone the project
Each template should have the same structure as the local templates, with the config.json file indicating the variables to be replaced.