logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Compile CoffeeScript - Convert to JavaScript | Online Free DevTools by Hexmos

Convert CoffeeScript to JavaScript with Coffee. Compile CoffeeScript files directly to JavaScript for seamless integration. Free online tool, no registration required.

coffee

Execute CoffeeScript scripts or compiles them into JavaScript. More information: https://coffeescript.org#cli.

  • Run a script:

coffee {{path/to/file.coffee}}

  • Compile to JavaScript and save to a file with the same name:

coffee --compile {{path/to/file.coffee}}

  • Compile to JavaScript and save to a given output file:

coffee --compile {{path/to/file.coffee}} --output {{path/to/file.js}}

  • Start a REPL (interactive shell):

coffee --interactive

  • Watch script for changes and re-run script:

coffee --watch {{path/to/file.coffee}}

See Also