Shows you the contents of a buffer using pretty colors.
yarn global add pretty-print-buffer
my_command | pretty-print-buffer
const pretty = require('pretty-print-buffer');
pretty(my_buffer);
import pretty from 'pretty-print-buffer';
pretty(my_buffer);