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
Laurel is a CLI binary tool which provide Caesar Cipher capabilities. It has been build with Crystal Language for fun essentially.
Installation
make install
Usage
make build
./bin/laurel <decode|encode|infer> <string> ...options
Development
make test
Contributing
- 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
Contributors
- jdemangeon Julien Demangeon - creator, maintainer