1.0.0 • Published 3 years ago

util-base64 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

util-base64

A Base64 Command Line Utility.

Usage with package installed globally :

$> npm install util-base64 -g

Encode to Base64:
$> util-base64 -e <source-file-path> <target-file-path>

Decode from Base64:
$> util-base64 -d <source-file-path <target-file-path>

See the help text:
$> util-base64 --help

Usage via npx :

$> npx util-base64

Encode to Base64:
$> npx util-base64 -e <source-file-path> <target-file-path>

Decode from Base64:
$> npx util-base64 -d <source-file-path <target-file-path>

See the help text:
$> npx util-base64 --help

License: MIT

1.0.0

3 years ago

0.0.1

3 years ago