
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
coffee-script-nightly
Advanced tools
npm install --save coffee-script-nightly
**, true mathematical modulo %%, integer division // from #2887
// as empty regexp--> and ==>, yield support, yield from as JS yield* from #3316[.., last] = array from #3268require('coffee-script') doesn't auto register CoffeeScript file extensions, instead use require 'coffee-script/register'. Same goes for Mocha or gulp.$ 'p'
.css activeCss 'p'
.show()
"Will be
joined by a space."
CoffeeScript is a little language that compiles into JavaScript.
Install Node.js, and then the CoffeeScript compiler: sudo bin/cake install
Or, if you have the Node Package Manager installed: npm install -g coffee-script (Leave off the -g if you don't wish to install globally.)
Execute a script: coffee /path/to/script.coffee
Compile a script: coffee -c /path/to/script.coffee
For documentation, usage, and examples, see: http://coffeescript.org/
To suggest a feature, report a bug, or general discussion: http://github.com/jashkenas/coffee-script/issues/
If you'd like to chat, drop by #coffeescript on Freenode IRC, or on webchat.freenode.net.
The source repository: git://github.com/jashkenas/coffee-script.git
Top 100 contributors are listed here: http://github.com/jashkenas/coffee-script/contributors
FAQs
Unfancy JavaScript
We found that coffee-script-nightly demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.