An open API service indexing awesome lists of open source software.

https://github.com/commenthol/yakbaktape

Read yakbak tape files
https://github.com/commenthol/yakbaktape

Last synced: 15 days ago
JSON representation

Read yakbak tape files

Awesome Lists containing this project

README

          

# 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

- [yakbak][]

[yakbak]: https://npmjs.com/package/yakbak