Archived Repository The code of this repository was written to illustrate the blog post Let's cook some Crystal! This code is not intended to be used in production, and is not maintained. |
Laurel is a CLI binary tool which provide Caesar Cipher capabilities. It has been build with Crystal Language for fun essentially.
make install
make build
./bin/laurel <decode|encode|infer> <string> ...options
make test
- Fork it ( https://github.com/marmelab/laurel/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- jdemangeon Julien Demangeon - creator, maintainer