0.1.13 • Published 4 years ago
create-component-from-templates-cli v0.1.13
About tool
It is CLI for VSCode Blueprint extension (github, visualstudio marketplace)
It helps create new folder of files from template easy.
Usage
Install package
yarn global add blueprint-templates-clior
yarn add blueprint-templates-cliAdd templates
- Create folder
./blueprint-templates Create templates (see vscode blueprint "add template" section)
Launch command
node node_modules/.bin/create-componentfor locally installed packagecreate-componentfor globally installed package- use cli option
-p path/to/templates/folderto override default template folder path
Enter information for creating new component
- Select a target directory for your component (Tab complete)
- Select type of your component
- Enter a name for your component (you can enter comma-separated list of names)
