coffee Command Examples

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

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

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

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

coffee --interactive

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