0.1.1 • Published 11 years ago

yeoman-footguard v0.1.1

Weekly downloads
13
License
-
Repository
github
Last release
11 years ago

Yeoman Foot Guard Generator

Generator to use Yeoman on a Backbone project.

For more informations about Yeoman, see Yeoman.io

Installation (for Yeoman >= 0.9.3)

TODOS

Uninstalling

TODOS

Documentation

Init

$ yeoman init footguard - Generates a new Foot Guard project with a starter files needed to use Yeoman.

Generator

Models

$ yeoman init footguard:model model_name - Generate a Backbone's model file.

Collections

$ yeoman init footguard:collection collection_name - Generate a Backbone's collection file.

Helpers

$ yeoman init footguard:helper helper_name - Generate a helper file.

Views

$ yeoman init footguard:view view_name - Generate a Backbone's view file.

Test

$ testem test/ - Launch Test'em server.