0.0.2 • Published 10 years ago

generator-chaplinjs v0.0.2

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

Chaplin.js generator Build Status

A Chaplin.js generator for Yeoman that provides a functional boilerplate Chaplin app out of the box. You also get access to a number of sub-generators which can be used to easily create individual models, views, collections and so on.

Usage

Install: npm install -g generator-chaplinjs

Make a new directory and cd into it:

mkdir my-new-project && cd $_

Run yo chaplinjs, optionally passing an app name:

yo chaplinjs [app-name]

Generators

Available generators:

Typical workflow

yo chaplinjs # generates your application base and build workflow
yo chaplinjs:controller users index
yo chaplinjs:helper users
yo chaplinjs:collection users --model=user
yo chaplinjs:model user
yo chaplinjs:view index --path=users --extend=page
yo chaplinjs:template index-page --path=users
yo chaplinjs:style index-page --path=users
grunt server

License

MIT License