0.0.1 • Published 12 years ago
tostring v0.0.1
tostring
Transform stdin strings from the command line
install
$ npm install tostring -gusage
Reads from stdin and writes to stdout encoding data
into a specified type.
- type - Any type that Buffer accepts
usage: tostring [-nhv] [type]
example:
$ echo abc | tostring hexoptions:
-n- Do not print the trailing newline character.-h- Output help.-v- Output version.
examples
unicode:
$ echo -n "\u00bd + \u00bc = \u00be" | to-s utf8
½ + ¼ = ¾hex:
$ echo 123 | to-s hex
3132330abase64:
$ echo -n oh my gah b64 me | to-s base64 -n
b2ggbXkgZ2FoIGI2NCBtZQ==license
MIT
0.0.1
12 years ago