drive-to-tape

1.0.0 • Public • Published

drive to tape

Turns drive tests into tape tests.

On the command line:

drive-to-tape --help

Or require it in a js module:


var convert = require('drive-to-tape')
  , fs = require('fs')

fs.createReadStream('./path/to/drive-test')
  .pipe(convert())
  .pipe(fs.createWriteStream('./path/to/tape-test'))

Readme

Keywords

Package Sidebar

Install

npm i drive-to-tape

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

  • andrewwinterman