Generator for any NodeJS Project or Framework
The intention behind this repository is to always maintain a code Generator
to any NodeJS project or framework.
First, install Yeoman and SecJS Generator using npm (we assume you have pre-installed NodeJS).
npm install -g yo
npm install -g generator-secjs
Then generate your files:
yo secjs Foo --path=./Bar
- Generate code by Framework/Language
- Ask in Generator CLI if wants to add Model property
- Ask if wants to generate code using SecJS stuffs or not
...
Made with 🖤 by jlenon7 :wave