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

Format JavaScript Standard Style as Stylish (i.e. snazzy) output
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.