System Grab Bag

View all TLDR pages from common (or from all pages)

decaffeinate

Move your CoffeeScript source to modern JavaScript. More information: https://decaffeinate-project.org.
  • Convert a CoffeeScript file to JavaScript:
    decaffeinate {{path/to/file.coffee}}
  • Convert a CoffeeScript v2 file to JavaScript:
    decaffeinate --use-cs2 {{path/to/file.coffee}}
  • Convert require and module.exports to import and export:
    decaffeinate --use-js-modules {{path/to/file.coffee}}
  • Convert a CoffeeScript, allowing named exports:
    decaffeinate --loose-js-modules {{path/to/file.coffee}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.