generator-itp-node-express-project
v1.5.0
Published
Yeoman generator for the ITP Express project
Downloads
12
Readme
ITP Node.js/Express project generator
Getting Started
What is Yeoman?
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.
Install Yeoman
npm install -g yo
Install the ITP Yeoman Generator
To install generator-itp-node-express-project from npm, run:
npm install -g generator-itp-node-express-project
Alternatively, you can clone the repo and then link it to your local npm repository (this will also compile any changes you make to the local repo):
git clone https://github.com/inthepocket/generator-itp-node-express-project
npm link
Yarn
This generator uses Yarn to greatly increase the speed of dependency management. Follow the instructions at https://yarnpkg.com/en/docs/install to install for your platform.
Finally
Initiate the generator:
yo itp-node-express-project
License
Generator-IPT-Node-Express-Project is freely distributable under the terms of the MIT license.