0.0.3 • Published 11 years ago

csstarter v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
11 years ago

csstart

A skeleton for creating coffeescript modules.

Usage

  • Clone the repository,
  • rename all csstart references to your own project
  • delete the .git and re-init version control

To see available commands run:

cake

Features

  • Cakefile with 5 built-in commands
  • Docco displaying 2 ways of documenting code
  • Mocha with 1 simple test
  • .npmignore to prevent publishing coffeescript
  • package.json with pre-publish script

Wishlist

  • Turn this into a generator to skip manual renaming.

Credits

Cakefile stolen from twilson63