1.0.1 • Published 8 years ago

base32-cli v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

base32-cli Build status

base32-cli is a command-line interface for base32, which is an implementation of Crockford’s version of Base32.

Installation

$ npm install -g base32-cli

Usage

$ base32 --help

  A CLI for Crockford’s version of Base32.

  Usage
    $ base32 string

  Options
    -d, --decode  Base32-decode instead of Base32-encoding

  Examples
    $ base32 'Hello world!'
    91jprv3f41vpywkccggg
    $ base32 --decode '91jprv3f41vpywkccggg'
    Hello world!

Author

twitter/mathias
Mathias Bynens

License

base32-cli is available under the MIT license.

1.0.1

8 years ago

1.0.0

8 years ago