UNPKG

606 BMarkdownView Raw
1CakePop!
2========
3CakePop is a set of CoffeeScript Cake extensions. It provides various helper
4wrappers for bash shell commands and other Node.js binary process executions.
5
6See CakePop's own `Cakefile` for example usage.
7
8Documentation is presently in source comments in `cakepop.coffee`. While not
9ideal, the source is quite readable. There will be a more friendly version in
10the future.
11
12Roadmap
13=======
14* Add documentation.
15* Generate to JavaScript.
16* Tasks / Helpers:
17 * Watch CS and build to JS.
18 * JsHint
19
20License
21=======
22CakePop is Copyright 2012 Ryan Roemer. Released under the MIT License.