0.0.1 • Published 11 years ago

cnode v0.0.1

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

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