Format JavaScript Standard Style as CodeClimate engine output
npm install standard-codeclimate[travis-image]: https://img.shields.io/travis/jden/standard-codeclimate.svg?style=flat
[travis-url]: https://travis-ci.org/jden/standard-codeclimate
[npm-image]: https://img.shields.io/npm/v/standard-codeclimate?style=flat
[npm-url]: https://npmjs.org/package/standard-codeclimate
[downloads-image]: https://img.shields.io/npm/dm/standard-codeclimate.svg?style=flat
[downloads-url]: https://npmjs.org/package/standard-codeclimate
See the CodeClimate spec detailing required output format
```
npm install -g standard-codeclimate
Pipe "compact" text into the standard-codeclimate command to get back pretty results:
`bash`
$ standard --verbose | standard-codeclimate
Or, just run standard-codeclimate directly and it will run standard and give you pretty results:
`bash`
$ standard-codeclimate
CodeClimate requires each issue to be delimited by a null byte (\0). Use the --null-delimited flag if you're using this in a CodeClimate engine, e.g.
`sh`
$ standard-codeclimate --null-delimited
Additionally, standard-codeclimate supports all command line flags that standard supports:
`bash``
$ standard-codeclimate --format --verbose test1.js test2.js
ISC. Copyright (c) jden.