TLDR
Enter a command. For example: ghci, sha1sum, sequelize, corepack.

coffee

 
Executes 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.