yakbaktape

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i yakbaktape

Weekly Downloads

2

Version

1.0.1

License

Unlicense

Unpacked Size

4.35 kB

Total Files

5

Last publish

Collaborators

  • commenthol