Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.27 KB
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

  • jdemangeon Julien Demangeon - creator, maintainer