$> 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
$> 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