The exact same as Moulinette but entirely different.
- For now, it's just a
libft tester
.
I’m learning how to build my own tests for my 42 projects, so I’ll be updating this repo with new features as I go.
It’s a personal project, and I’m having fun building it.
🔗 You are very welcome to give some new ideas about it. You can reach me on LinkedIn.
-
Clone the repo to your home directory:
git clone git@github.com:carolcortes/carolette.git
-
Create the alias:
~/carolette/plug.sh && exec "$SHELL"
-
Run the command
carolette
inside your libft folder:carolette
Ok, whatever. It's not a complex tool, you just have to run the following command to remove the carolette
alias and the GitHub repo:
~/carolette/unplug.sh && cd ~ && rm -fr carolette && exec "$SHELL"