Skip to content

npx-bin/util-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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