0.0.5 • Published 12 years ago

cupboard-bootstrap v0.0.5

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

Scaffolding plugin for cupboard

Requirements

  • cupboard

Installation

cbd install bean.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 some-project textmate+node

creates a sublime project

cbd scaffold another-project sublime
```bash