A node module to serve static files and compile CoffeeScript (.coffee) files.
npm install cstp
or for a global installation
npm install -g cstp
Usage: cstp.js [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port> The port on which to run the server.
-c, --compile Should it invoke coffee -w -c (watch and compile).
-s, --src [path] CoffeeScript source directory.
-o, --out [path] CoffeeScript output directory.