b64-cli
v1.4.0
Published
Simple CLI tool for encoding/decoding files as base64
Downloads
18
Readme
b64
Commandline Tool for encoding and decoding files as base64.
Install
npm install -g b64-cli
Usage
Encoding
b64-cli encode some/path/to.file
The base64 encoded string will be written to some/path/to.file.base64
.
Decoding
b64-cli decode some/path/to.file.base64
The base64 decoded string will be written to some/path/to.file.bin
.