JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 213537
  • Score
    100M100P100Q190949F
  • License MIT

Snazzy formatter (reporter) for `standard`

Package Exports

  • snazzy
  • snazzy/bin/cmd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snazzy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

snazzy travis npm downloads

Snazzy formatter (reporter) for standard

Converts "compact" text from a linter to "stylish" (i.e. snazzy) output.

after

Compared to before:

before

install

npm install -g snazzy

usage

Pipe "compact" text into the snazzy command to get back pretty results:

$ standard --verbose | snazzy

Or, just run snazzy directly and it will run standard and give you pretty results:

$ snazzy

snazzy supports all command line flags that standard supports:

$ snazzy --format --verbose test1.js test2.js

license

MIT. Copyright (c) Feross Aboukhadijeh.