pretty-print-buffer
v0.1.0-3
Published
See all unprintable characters in a string by adding ANSI escape codes
Downloads
3
Readme
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);