1.2.1 • Published 7 years ago

gzb64-cli v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gzb64

Commandline Tool for encoding and decoding files as gzb64 (GZiped and then Base64 encoded).

NPM

Install

npm install -g gzb64-cli

Usage

Encoding

gzb64-cli encode some/path/to.file

The base64 encoded string will be written to some/path/to.file.gzb64.

Decoding

gzb64-cli decode some/path/to.file.gzb64

The gzb64 decoded string will be written to some/path/to.file.bin.

Help

gzb64-cli --help
gzb64-cli encode --help
gzb64-cli decode --help
1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago