Convert bytes to a human readable string: 1337 → 1.34 kB
npm install pretty-bytes-cli> Convert bytes to a human readable string: 1337 → 1.34 kB
Useful for displaying file sizes for humans.
``sh`
npm install --global pretty-bytes-cli
`
$ pretty-bytes --help
Usage
$ pretty-bytes
$ echo
Example
$ pretty-bytes 1337
1.34 kB
``
- pretty-bytes - API for this module