gulp-write-good

1.0.0 • Public • Published

gulp-write-good Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-write-good

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • khangnlh