b64-cli

1.4.0 • Public • Published

b64

Commandline Tool for encoding and decoding files as base64.

NPM

Install

npm install -g b64-cli

Usage

Encoding

b64-cli encode some/path/to.file

The base64 encoded string will be written to some/path/to.file.base64.

Decoding

b64-cli decode some/path/to.file.base64

The base64 decoded string will be written to some/path/to.file.bin.

/b64-cli/

    Package Sidebar

    Install

    npm i b64-cli

    Weekly Downloads

    8

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    3.79 kB

    Total Files

    6

    Last publish

    Collaborators

    • larsvonqualen