0.1.2 • Published 11 years ago
express-easy-generator v0.1.2
Express-easy application generator.
Installation
$ npm install -g express-easy-generatorQuick Start
The quickest way to get started with express-easy and express is to utilize the executable express-easy to generate an application as shown below:
Create the app:
$ express-easy my-project
cd my-projectInstall dependencies:
$ npm installRock and Roll
$ npm startAnd, if you like, run the tests
$ npm testCommand Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
--git add .gitignore
-f, --force force on non-empty directory