express-cs-mvc
v1.2.0
Published
express-generator for coffeescript with the MVC pattern
Downloads
14
Maintainers
Readme
express-cs-mvc
express-coffeescript-mvc for coffeescript.
Installation
$ npm install -g express-cs-mvc
Quick Start
A Simple way to create an express app using mvc pattern
Create the app:
$ express-cs-mvc /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Rock and Roll
$ npm start
Command 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
-e, --ejs add ejs engine support (defaults to jade)
--hbs add handlebars engine support
-H, --hogan add hogan.js engine support
-c, --css <engine> add stylesheet <engine> support (less|stylus|compass) (defaults to plain css)
--git add .gitignore
-f, --force force on non-empty directory