@ziro/generator
v1.0.30
Published
Improve code productivity by using template generators
Downloads
3
Readme
Generator
Plop generator to standardize the creation of new projects inside Ziro org.
Requirements
npm i -g plop
Usage
On a blank project folder (it must be blank), follow the steps below:
- Run the generator using npx (not npM)
npx @ziro/generator
- Pick the desired template and follow the steps
- When the generator is done creating all the files, run
npm i
to install all dependencies. This step is needed because the package.json file will be created by the generator itself and not by callingnpm init -y