0.0.5 • Published 9 years ago

jscs-annoyifier v0.0.5

Weekly downloads
-
License
BSD
Repository
-
Last release
9 years ago

jscs-annoyifier

For each style error in multiple files, this creates a desktop notification using node-notifier saying how many errors are present in each file.

Usage

Installation

npm install jscs-annoyifier

CLI

jscs index.html --reporter=jshint-annoyifier

gulp

gulp.task('jscs', function() {
  gulp.src('index.js')
    .pipe(jscs())
    .pipe(jscs.reporter('jshint-annoyifier'))
});
0.0.5

9 years ago