express-cs-mvc

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i express-cs-mvc

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • castorshiraiwa