Alyovano / CanoniqueClassGenerator_42

Stop writing and rewriting your classes again and again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CanoniqueClassGenerator_42

Stop writing and rewriting your classes again and again

-The script asks you for the name of your class, ex : "MyClass" = "MyClass.hpp, Myclass.cpp"
And will then create the two corresponding .cpp .hpp files with the functions of the 'Coplienne / Canonical' cpp classes.

Install :

rm -rf "$HOME/ClassGenerator_42" && git clone https://github.com/Alyovano/CanoniqueClassGenerator_42.git "$HOME/ClassGenerator_42" ; alias createclass='$HOME/ClassGenerator_42/createClass'

Just copy and paste

And use the alias "createclass"
$ createclass

Enjoy !

About

Stop writing and rewriting your classes again and again


Languages

Language:Shell 100.0%