1.4.0 • Published 6 years ago

b64-cli v1.4.0

Weekly downloads
48
License
MIT
Repository
github
Last release
6 years ago

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.

1.4.0

6 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago