generator-backbone-module
v1.0.0
Published
A Yeoman generator for distributable Backbone.js modules.
Downloads
36
Readme
Generator-backbone-module
A generator for Yeoman.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-backbone-module
- Run:
yo backbone-module
Features
- Generates a backbone module that can be used with CommonJS, AMD, or as a global browser variable.
- automated jsHint setup
- automated tests with mocha-phantomjs and requirejs
- watch / livereload
- nodemon
- build process with uglify.js
- bower.json
- bowerrc
- pretty much ready to publish to bower.
- skeleton for creating an example of your module.
- basic readme
- package.json