norminette.cr

Crystal implementation of the official 42 Norminette.

Installation

git clone https://github.com/aabajyan/norminette.cr
cd norminette.cr
shards install
crystal build src/cli.cr -o norminette
alias norminette='/path/to/norminette.cr/norminette'

Usage

norminette [paths, default: CURRENT_DIR] [-h|--help] [-v|--version]

TODO

Contributing

  1. Fork it (https://github.com/aabajyan/norminette.cr/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