UNPKG

@tap-format/parser

Version:

A highly verbose parser for the Test Anything Protocol that exposes an observable and streaming interface

8 lines (5 loc) 111 B
#!/usr/bin/env node var parse = require('../') process.stdin .pipe(parse.stream()) .pipe(process.stdout)