1.2.0 • Published 9 years ago

express-cs-mvc v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

express-cs-mvc

express-coffeescript-mvc for coffeescript.

Build Status

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

License

MIT