pretty-print-buffer
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-3 • Public • Published

pretty-print-buffer

Shows you the contents of a buffer using pretty colors.

Installation

yarn global add pretty-print-buffer

CLI usage

my_command | pretty-print-buffer

JS usage

const pretty = require('pretty-print-buffer');

pretty(my_buffer);

TS usage

import pretty from 'pretty-print-buffer';

pretty(my_buffer);

Readme

Keywords

none

Package Sidebar

Install

npm i pretty-print-buffer

Weekly Downloads

0

Version

0.1.0-3

License

GPL-3.0-or-later

Unpacked Size

5.66 kB

Total Files

10

Last publish

Collaborators

  • realprokopschield