1.0.4 • Published 7 years ago
standard-tap v1.0.4
standard-tap
Format JavaScript Standard Style as TAP output.
Install
npm install -g standard-tapUsage
Pipe "compact" text into standard-tap to get back TAP formatted results:
standard | standard-tap
standard --verbose | standard-tapThis works with any standard-engine-based style command!
semistandard --verbose | standard-tap
doublestandard --verbose | standard-tapOr, just run standard-tap directly and it will use standard and give you TAP output:
standard-tapAll standard command line flags are supported when using it this way:
standard-tap --format --verbose test1.js test2.jsInspired by
Contributing
Contributions welcome! Please read the contributing guidelines first.