generator-config
v1.0.2
Published
Environment configuration generator for node applications
Downloads
7
Readme
NodeJS Environment settings
Yeoman generator for creating simple environment configuration for NodeJS applications.
This project was inspired and actually extracted from the excellent work of @DaftMonk in generator-angular-fullstack
Usage
Install generator:
$ npm install -g generator-config
Open project root folder and execute:
$ yo config
IMPORTANT: You will need to install and add underscore dependency to your package.json:
$ npm install underscore --save
License
MIT