util-base64

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i util-base64

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

4.45 kB

Total Files

4

Last publish

Collaborators

  • kcak11.npm