New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

js2coffee

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2coffee

JavaScript to CoffeeScript compiler


Version published
Maintainers
0
Created

JS2Coffee

A JavaScript to CoffeeScript compiler.
$ npm install js2coffee

Usage:

$ js2coffee input_file.js
$ js2coffee input_file.js > output.js
$ cat input.js | js2coffee

Development

Install dependencies:

$ npm install
$ npm install glob

Run tests:

$ cake test

Build the browser version:

$ cake build

Acknowledgements

Made possible thanks to the hard work of Js2coffee's dependency projects:

And of course:

FAQs

Package last updated on 09 Jun 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts