Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

Base64 Command Line Utility

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages