gulp-write-good
v1.0.0
Published
gulp plugin wrapper for write-good
Downloads
7
Readme
gulp-write-good
Gulp plugin wrapper for write-good
Install
$ npm install --save-dev gulp-write-good
Usage
const gulp = require('gulp');
const gulpWriteGood = require('gulp-write-good');
gulp.task('default', () => {
gulp.src('**/*.md')
.pipe(gulpWriteGood())
.pipe(gulpWriteGood.reporter());
);
API
gulpWriteGood([options])
options
options
object is passed directly to write-good
function, all properties are described here.
gulpWriteGood.reporter()
This makes and prints a report for all suggestions returned by write-good
License
MIT