base64-cli
v0.0.2
Published
pipe the base
Downloads
62
Readme
base64 cli
Windows ~~doesn't have~~ now has a base64 function
npm install base64-cli -g
Usage
$ base64 "I like drum and base64"
SSBsaWtlIGRydW0gYW5kIGJhc2U2NA==
Pipe the base64
$ echo "I like drum and base64" | base64
SSBsaWtlIGRydW0gYW5kIGJhc2U2NA==