Awesome
fly-xo
<!-- <div align="center"> <a href="http://github.com/flyjs/fly"> <img width=200px src="https://cloud.githubusercontent.com/assets/8317250/8733685/0be81080-2c40-11e5-98d2-c634f076ccd7.png"> </a> </div> -->
Install
npm install --save-dev fly-xo
Usage
export.default = function * () {
yield this.source('scripts/**/*.js')
.xo({
semicolon: false
})
// ...
.target('dist');
}
API
xo(options)
Any options you pass in will override XO's default settings.
Read more about configuring XO for details.
options.quiet
Type: boolean
<br>
Default: false
Report errors only.
License
MIT © Luke Edwards