1.0.1 • Published 6 years ago

yakbaktape v1.0.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
6 years ago

yakbaktape

Read yakbak tape files

Small CLI utility to (humanly) read tape files recorded with yakbak.

Install

npm i -g yakbaktape

Usage

Single file

yakbaktape tapes/4edfe52cf41a6a64e96946c4d2de3038.js

Grep through multiple files

find tapes/ -type f | xargs yakbaktape | grep body

Output

-------- filename --------

test/tapes/4edfe52cf41a6a64e96946c4d2de3038.js

-------- statusCode --------

statusCode: 200

-------- headers --------

{ date: 'Wed, 02 May 2018 17:01:20 GMT',
  'content-type': 'application/javascript;',
  ...

-------- body --------

  ...

License

Unlicense https://unlicense.org

References

1.0.1

6 years ago

1.0.0

6 years ago