cakewalk

Cakewalk is a tool designed for rapid frontend web prototyping.


License
MIT
Install
npm install cakewalk@0.2.2

Documentation

Cakewalk

Cakewalk is a tool for rapid frontend web prototyping.

Cakewalk walks a given directory looking for CoffeeScript, Stylus, LESS, and Jade files, watching them for changes and compiling them when they do.

Note that files prefixed with an underscore (i.e. _mixins.styl) will neither be watched nor built. The indented convention is to have those types of files serve as includes and thus they need not be built individually.

Install

npm install -g cakewalk

Usage

cakewalk [/path/to/watch]

For more information

cakewalk -h