anvil.scaffold.backboneonexpress
v0.2.2
Published
Scaffold for Backbone-On-Express plugins
Downloads
7
Readme
anvil.scaffold.backboneonexpress
This repository hosts Anvil scaffolds for Backbone on Express plugin creation.
To install these scaffolds, run:
anvil install anvil.scaffold.backboneonexpress
Once it is installed, you'll be able to run:
anvil gen boe
generates a new Backbone on Express projectanvil gen boe:crud
adds all the crud functionality for a model to the projectanvil gen boe:controller
adds a new Backbone Controller and mocha test to the projectanvil gen boe:model
adds a new Backbone Model to the projectanvil gen boe:collection
adds a new Backbone Collection to the projectanvil gen boe:view
adds a new Backbone View to the project