Skip to content

A reporter for jscs that outputs the name of the files as a desktop notification.

License

Notifications You must be signed in to change notification settings

rivierapartners/jscs-annoyifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'))
});

About

A reporter for jscs that outputs the name of the files as a desktop notification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published