base62 is a command line utility to encode/decode base62 data
To build the application is possible to use make build that will create the application binaries in bin folder.
It is also available targets to perform tests with make test and linting with make lint. For more options, please check make help.
To encode a string in base62 use:
base62 encode <STRING>
For decoding a base62 text use:
base62 decode <ENCODED_STRING>