Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/standard/standard-tap
:potable_water: Format JavaScript Standard Style as TAP output
https://github.com/standard/standard-tap
eslint javascript nodejs standard tap
Last synced: 3 months ago
JSON representation
:potable_water: Format JavaScript Standard Style as TAP output
- Host: GitHub
- URL: https://github.com/standard/standard-tap
- Owner: standard
- License: isc
- Created: 2015-08-04T22:52:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T07:25:22.000Z (over 1 year ago)
- Last Synced: 2024-10-07T02:15:42.088Z (4 months ago)
- Topics: eslint, javascript, nodejs, standard, tap
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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-tapFormat JavaScript Standard Style as TAP output.
## Install
```
npm install -g standard-tap
```## Usage
Pipe "compact" text into `standard-tap` to get back TAP formatted results:
```bash
standard | standard-tapstandard --verbose | standard-tap
```This works with any [standard-engine](https://github.com/standard/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](https://standardjs.com) command line flags are supported when using it this way:
```bash
standard-tap --format --verbose test1.js test2.js
```## Inspired by
- https://github.com/standard/snazzy
- https://github.com/sindresorhus/eslint-tap## Contributing
Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
[ISC](LICENSE.md)