0.1.0-3 • Published 2 years ago

pretty-print-buffer v0.1.0-3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

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