Encoding and decoding scheme converter for the commandline
Go to file
Stefan Friese 67c0f553f7 README 2022-05-17 20:58:43 +02:00
.gitignore initalize 2022-05-17 00:23:30 +02:00
CHANGELOG.md initalize 2022-05-17 00:23:30 +02:00
LICENSE Initial commit 2022-05-17 00:18:01 +02:00
Main.hs initalize 2022-05-17 00:23:30 +02:00
MyLib.hs initalize 2022-05-17 00:23:30 +02:00
README.md README 2022-05-17 20:58:43 +02:00
Setup.hs initalize 2022-05-17 00:23:30 +02:00
based.cabal initalize 2022-05-17 00:23:30 +02:00

README.md

based

A commandline tool that lets you encode and decode most of the bases.

Release binary is statically linked via

cabal v2-build --enable-executable-static

Compilation

  • If you want to compile your own build, link it dynamically via
cd based/
cabal install
cabal run