cnode
v0.0.1
Published
run coffee script in node with source map
Downloads
4
Readme
cnode
Run coffee-script inside nodejs with source-map support: run time error stack trace will display the original location in coffee-script source. The heavy-lifting is done by module "source-map-support", this module merely provides some plumbing to simply the process. The main simplification is that cnode does not require your to modify your original coffee-script source code (as source-map-support does).
installation
npm install cnode
useage
cnode myapp.coffee
cnode myapp.js
cnode myapp <=== same as cnode myapp.coffee