publication 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

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

  1. Fork it ( https://github.com/marmelab/laurel/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors