✨ pfb - pretty format bytes
ever found yourself in the need of formatting big bytes in a human readable way when meandering the terminal or the likes? me too!
installation
npm i -g pfb
usage
pfb format <bytes>
examples
pfb format 1337
1.34 kB
how it works
quite simply: pretty-bytes + yargs =