A program created to automatically check the norm rules that norminette
does not check
Use the following command on any Codam computer to temporarily clone and use norminette+
bash <(curl -sL bit.ly/qnorm)
Run the following command to download norminette+
git clone https://github.com/thijsdejong/codam-norminette-plus ~/norminette+
Run the following command to add the norminette+ alias to ~/.zshrc
echo 'alias norminette+="python ~/norminette+/run.py"' >> ~/.zshrc
To use norminette+ you can run the following command in any folder
norminette+
Norminette+ will give you a notification when you do not have the latest version. Run the following command to update norminette+
norminette+ --update
Run the following command to see the current version
norminette+ --version