zubora-plugin-coffee
v0.0.5
Published
zubora plugin for transpiling CoffeeScript.
Downloads
3
Maintainers
Readme
Zubora-plugin-coffee
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
.