scaffld
v0.1.8
Published
CLI tool for scaffolding web applications
Readme
Scaffld
Your friendly web application scaffolding utility
Installation
npm install -g scaffld
Installs Scaffld globally
Basics
scaffld new <name>
Creates a new project
Flags:
--backbone
Scaffolds the project to use Backbone as the application framework. This includes the latest versions of jQuery (2.0+) and lodash.
--coffeescript
Scaffolds the project to use CoffeeScript instead of JavaScript
--express
Scaffolds the project to use the Express framework on top of Node.js
Generators
Backbone
scaffld generate backbone-model
