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'))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 0.2.0
    0
  • 0.1.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i drive-to-tape

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • andrewwinterman