Skip to content

msaribekyan/coolinette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coolinette

42 Piscine (and not only) code evaluator, which is cooler than Moulinette

Supported project: C00, C01, C02, C03, C04, C05, C06, C07 and libft (partial support).

Setup

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.

For bash

echo "alias coolinette='${HOME}/coolinette/coolinette'" >> ~/.bashrc && source ~/.bashrc

For zsh

echo "alias coolinette='${HOME}/coolinette/coolinette'" >> ~/.zshrc && source ~/.zshrc

Usage

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

Updating

Several other projects will be added to Coolinette. To be up to date, run the following command

coolinette update

Contributions

Coolinette team is open to reviewing pull requests.

About

42 Piscine code evaluator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors