Supported project: C00, C01, C02, C03, C04, C05, C06, C07 and libft (partial support).
Clone the github repository to your home directory with the name "coolinette".
git clone https://github.com/msaribekyan/coolinette.git ~/coolinette
Add the alias to your bashrc or zshrc.
echo "alias coolinette='${HOME}/coolinette/coolinette'" >> ~/.bashrc && source ~/.bashrc
echo "alias coolinette='${HOME}/coolinette/coolinette'" >> ~/.zshrc && source ~/.zshrc
Coolinette automatically detects project by directory name. Navigate into the project directory, and run:
$ coolinette
Coolinette v0.0.3
Auto-detecting project...
Selected project C00
Testing ex00
ex00 Correct
Testing ex01
ex01 Correct
Testing ex02
ex02 Correct
Testing ex03
ex03 Correct
Testing ex04
ex04 Correct
Testing ex05
ex05 Correct
Testing ex06
ex06 Correct
Testing ex07
ex07 Correct
Testing ex08
ex08 Correct
Several other projects will be added to Coolinette. To be up to date, run the following command
coolinette update
Coolinette team is open to reviewing pull requests.