LarsVonQualen / b64

Commandline Tool for encoding and decoding files as base64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b64

Commandline Tool for encoding and decoding files as base64.

NPM

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.

About

Commandline Tool for encoding and decoding files as base64.

License:MIT License


Languages

Language:JavaScript 100.0%