coffeelint-stylish

0.1.2 • Public • Published

coffeelint-stylish Build Status Coverage Status NPM version

Screenshot Dependency Status devDependency Status

Stylish reporter for CoffeeLint http://www.coffeelint.org. Heavily inspired by the beautiful jshint-stylish.

screenshot

Install

Install with npm: npm install --save-dev coffeelint-stylish.

Usage with CoffeeLint cli

coffeelint index.coffee --reporter coffeelint-stylish

Usage with CoffeeLint runtime

coffeelint = require 'coffeelint'
reporter = require('coffeelint-stylish').reporter
 
filename = 'make.coffee'
source = 'do -> coffee()'
 
reporter filenamecoffeelint source

Runtime API reporter(filename, results)

filename

Type: String, Default: ''

Headline of the report.

results

Type: Array, Default: []

Results Array provided by coffeelint.lint, see http://www.coffeelint.org/#api.

License

MIT License © Jan Raasch

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    13,500
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    13,500
  • 0.1.1
    0
  • 0.1.0
    0
  • 0.0.1
    113

Package Sidebar

Install

npm i coffeelint-stylish

Weekly Downloads

13,613

Version

0.1.2

License

MIT

Last publish

Collaborators

  • janraasch