This norminette correct verify and correct automatically your C projects for Epitech.
Be careful! If you already use vim, the last line will delete your config!
git clone https://github.com/JohnBerd/epitech-scripts.git
cd epitech-scripts
sudo cp * /usr/local/bin
sudo cp -r norminette/* /usr/local/bin
sudo chmod +x /usr/local/bin/*
cp .vimrc ~
open the root file of your project to correct and type norminette
, select errors to correct.
use the command get_prototypes
to print all your functions prototypes on your terminal, you will just have to copy paste it in your headers files.
use clone_repo name surname module project_name