0.0.5 • Published 10 years ago

generator-miyagi v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago