command
module
Version:
v0.0.0-...-4cc38dc
Opens a new window with list of versions in this module.
Published: Feb 22, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
About

CLI that implements Base36 encoding and decoding.
Examples
# build docker image
make docker
# encode to base36
docker run --rm -it outofcoffee/base36 --encode hello
5PZCSZU7
# decode from base36
docker run --rm -it outofcoffee/base36 --decode 5PZCSZU7
hello
License
MIT
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.