Format JavaScript Standard Style as TAP output
npm install standard-tap[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![downloads][downloads-image]][downloads-url]
[npm-image]: https://img.shields.io/npm/v/standard-tap.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/standard-tap
[travis-image]: https://img.shields.io/travis/standard/standard-tap.svg?style=flat-square
[travis-url]: https://travis-ci.org/standard/standard-tap
[downloads-image]: https://img.shields.io/npm/dm/standard-tap.svg?style=flat
[downloads-url]: https://npmjs.org/package/standard-tap
Format JavaScript Standard Style as TAP output.
```
npm install -g standard-tap
Pipe "compact" text into standard-tap to get back TAP formatted results:`bash
standard | standard-tap
standard --verbose | standard-tap
`
This works with any standard-engine-based style command!
`bash`
semistandard --verbose | standard-tap
doublestandard --verbose | standard-tap
Or, just run standard-tap directly and it will use standard and give you TAP output:`bash`
standard-tap
All standard command line flags are supported when using it this way:
`bash``
standard-tap --format --verbose test1.js test2.js
Contributions welcome! Please read the contributing guidelines first.