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
...
Made with 🖤 by jlenon7 :wave