anvil.scaffold.backboneonexpress

Scaffold for Backbone-On-Express plugins

Usage no npm install needed!

<script type="module">
  import anvilScaffoldBackboneonexpress from 'https://cdn.skypack.dev/anvil.scaffold.backboneonexpress';
</script>

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 project
  • anvil gen boe:crud adds all the crud functionality for a model to the project
  • anvil gen boe:controller adds a new Backbone Controller and mocha test to the project
  • anvil gen boe:model adds a new Backbone Model to the project
  • anvil gen boe:collection adds a new Backbone Collection to the project
  • anvil gen boe:view adds a new Backbone View to the project