Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 788 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 788 Bytes

epitech-scripts

This norminette correct verify and correct automatically your C projects for Epitech.

Installation:

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 ~

Norminette:

open the root file of your project to correct and type norminette, select errors to correct.

Get prototypes

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.

Clone Epitech project repo

use clone_repo name surname module project_name