snazzy
Snazzy formatter (reporter) for standard
Converts "compact" text from a linter to "stylish" (i.e. snazzy) output.
Compared to 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.