Crystal implementation of the official 42 Norminette.
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'
norminette [paths, default: CURRENT_DIR] [-h|--help] [-v|--version]
- Add a way to use this as a library, for example return a JSON data once it's done.
- Add a way to check the files with specificied rules only.
- Fork it (https://github.com/aabajyan/norminette.cr/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
- Arsen Abajyan - creator and maintainer