0.0.1 • Published 12 years ago

cupboard.scaffold v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

Scaffolding plugin for cupboard

Requirements

  • cupboard

Installation

cbd install cupboard.scaffold

TODO

  • cbd scaffold --all <type>
  • basic html scaffold w/ dependencies (less)
  • basic c / c++ scaffold
  • leche scaffold
  • express scaffold
  • coffeescript scaffold

Commands

  • cbd scaffold <type> - builds content out of the target scaffold

Default Scaffolds

  • textmate - creates a textmate project in the current working directory, and appends a proj command in the projects .cupboard file
  • node - creates a basic node project in the current working directory

Example

creates a textmate project with basic node.js files

cbd scaffold textmate+node