express-cs-mvc
==============================
[express-coffeescript-mvc](https://github.com/castorshiraiwa/express-cs-mvc) for coffeescript.

[![Build Status](https://travis-ci.org/castorshiraiwa/express-cs-mvc.svg)](https://travis-ci.org/castorshiraiwa/express-cs-mvc)


## Installation

```bash
$ npm install -g express-cs-mvc
```

## Quick Start

A Simple way to create an express app using mvc pattern

Create the app:

```bash
$ express-cs-mvc /tmp/foo && cd /tmp/foo
```

Install dependencies:

```bash
$ npm install
```

Rock and Roll

```bash
$ 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](LICENSE)
