A CoffeeScript formatter that auto-formats CoffeeScript source files. Version 0.1.2 is the latest release, but the project has been abandoned since 2014 with no updates. It requires Node.js and CoffeeScript to run, but has no other dependencies. The formatter is written in Literate CoffeeScript and can be executed via Node or the CoffeeScript CLI. It provides basic formatting capabilities but lacks configuration options and modern features found in alternatives like decaffeinate or Prettier. The project is deprecated due to inactivity and the decline of CoffeeScript usage.
npm install coffee-formatterNo compatibility data collected yet for this library.
Installs the package globally and formats a CoffeeScript file using Node or CoffeeScript CLI.
Use alternative formatters like decaffeinate or Prettier with CoffeeScript plugin.
Ensure input files are valid CoffeeScript before formatting.
Always review formatted output for correctness.
npm install coffee-script
npm install -g coffee-script