Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

coffee-cli

paulpflug9MIT0.2.1

wrapper for coffee to support multiple coffee versions

coffee, cli

readme

coffee-cli

wrapper for coffee to support multiple coffee versions.

It simply adds a --next command to use coffeescript@next

Install

npm install --save coffee-cli

Usage

coffee-cli -v # will log 1.12.6 currently
coffee-cli -v --next # will log 2.0.0-beta3 currently

License

Copyright (c) 2017 Paul Pflugradt Licensed under the MIT license.