generator-miyagi
v0.0.5
Published
Yeoman generator
Downloads
4
Readme
miyagi
generates an app scaffolding with backbone, handlebars, less and browserify.
Getting Started
To install generator-miyagi from npm, run:
$ npm install -g generator-miyagi
Finally, initiate the generator within the folder you want to use as a root for yor app:
$ mkdir dojo && cd dojo
$ yo miyagi
views and models
Miyagi creates for you models (with collections) and views with the corresponding templates, just run
$ yo miyagi:view // create a new view scaffolding
$ yo miyagi:model // to create a new model
License
MIT