cnode

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i cnode

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mhzed