0.0.5 • Published 4 years ago

zubora-plugin-coffee v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Zubora-plugin-coffee

npm version

A plugin for zubora-CLI to support CoffeeScript files.

Usage

Install the plugin and add this snippet in to your project's package.json:

"zubora" : {
  "plugins" : ["zubora-plugin-coffee"]
}

coffeescript is this plugin's peer dependency. Please make sure coffeescript is installed in the same package.json.