{"library":"prettier-plugin-coffeescript","title":"Prettier CoffeeScript Plugin","description":"A Prettier plugin that adds support for formatting CoffeeScript (v2.5.0+) files. Current version 0.1.5, last updated in 2020. Requires a forked version of Prettier (prettier-v2.1.0-dev.100-gitpkg) which may not be stable. Release cadence is sporadic. Unlike other CoffeeScript formatters, this integrates directly with Prettier's ecosystem, enabling consistent formatting across languages. However, due to the forked Prettier dependency and lack of recent maintenance, it may not work with current Prettier releases.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-coffeescript"],"cli":null},"imports":["// No import needed; plugin auto-loads when installed","// Plugins field in .prettierrc: { \"plugins\": [\"prettier-plugin-coffeescript\"] }","// CLI: prettier --plugin=prettier-plugin-coffeescript file.coffee"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install dependencies:\n// yarn add --dev coffeescript@^2.5.0 github:helixbass/prettier#prettier-v2.1.0-dev.100-gitpkg prettier-plugin-coffeescript\n// or\n// npm install --save-dev coffeescript@^2.5.0 github:helixbass/prettier#prettier-v2.1.0-dev.100-gitpkg prettier-plugin-coffeescript\n\n// Then create .prettierrc (JSON):\n{\n  \"plugins\": [\"prettier-plugin-coffeescript\"],\n  \"printWidth\": 80,\n  \"tabWidth\": 2\n}\n\n// Format a CoffeeScript file:\n// npx prettier --write path/to/file.coffee","lang":"javascript","description":"Shows installation, configuration, and basic usage of the plugin with Prettier.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}