1.0.10 • Published 9 years ago
express-generator-ok v1.0.10
express-generator-ok
Installation
$ npm install express-generator-ok -gRun Application
Choose the name of your project and create it using:
$ gen-ok -n <name>Navigate to your project:
$ cd <name>Install dependencies:
$ npm installRun your app.js project locally at http://localhost:3000/:
$ node app.jsCommand Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
--version output the version number
-n, --name <name> Project nameInfo
The express-generator-ok generates a blank express project with a rMVC structure with blank routes. It uses an ejs javascript template and also includes the materialize framework. It generates a Procfile if you want to deploy your project to heroku.