Skip to content

AWinterman/drive-to-tape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert your drive tests to tape tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published