0.1.0 • Published 1 year ago

@rsgarate/b64-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

B64 CLI

Validate, Encode and Decode strings in Base64 - cross platform

Badges

js-standard-style npm version npm downloads

Installation

Install package:

npm install -g @rsgarate/b64-cli

Usage

$ b64 --help

  Commands

    validate, v      Validate base64
    encode, e        Encode in base64
    decode, d        Decode base64
    help [command]  display help for command

Commands

Encode String

  Usage
    $ b64 encode "Hello world"

Decode Base64

  Usage
    $ b64 decode SGVsbG8gd29ybGQ=

Validate Base64

  Usage
    $ b64 validate SGVsbG8gd29ybGQ=

Related

Here are some related projects

Authors

License

Made with 💛

Published under MIT License.

0.1.0

1 year ago