A command-line tool for formatting CoffeeScript source code. Version 0.0.4 (2017) is the latest release; the package has seen no updates since and is likely abandoned. It installs globally and works with Node >=0.11.0. Differentiators: simple CLI interface for formatting CoffeeScript files; no configuration options or customization. Alternative tools like decaffeinate and prettier-plugin-coffeescript offer more features and maintenance.
npm install coffee-formatter-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally and format a CoffeeScript file using the CLI, with options to output to stdout or overwrite the original.
Consider using decaffeinate or prettier-plugin-coffeescript for modern CoffeeScript formatting.
Run 'coffee-formatter' not 'coffee-formatter-cli'.
Use child_process.spawn() or exec() to invoke the CLI tool.
Check source code or experiment with flags.
Install globally: npm install -g coffee-formatter-cli, or use npx coffee-formatter.
Ensure coffee-formatter-cli is installed globally: npm install -g coffee-formatter-cli (coffee-script is a dependency and should be installed automatically).