pretty-bytes: add page (#5226)

translation-badges
bl-ue 2021-02-05 07:39:05 -05:00 committed by GitHub
parent d85ac6642c
commit b5aec03e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# pretty-bytes
> Convert bytes to a human readable string.
> More information: <https://github.com/sindresorhus/pretty-bytes-cli>.
- Convert numeric bytes value to a human readable string:
`pretty-bytes {{1337}}`
- Convert numeric bytes value from stdin to a human readable string:
`echo {{1337}} | pretty-bytes`
- Display help and usage information:
`pretty-bytes --help`