Skip to content

CLI that implements Base36 encoding and decoding.

License

Notifications You must be signed in to change notification settings

outofcoffee/base36

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Travis-CI

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

About

CLI that implements Base36 encoding and decoding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published