Created by : marbenMB
- This Scripts generates files (.cpp , .hpp , Makefile…) for a c++ class designed in Orthodox Canonical Form.
- Execute this line of command in your terminal :
cd && git clone https://github.com/marbenMB/Cpp-Orthodox-Generator-Script.git
- The Script will be cloned to the Home directory :
cd ~
- Get in the script directory :
cd Cpp-Orthodox-Generator-Script
- Then run the Installer script :
./Installer.sh
- The script will be installed Successfully.
- For Usage now use
CppGen
command instead of running the script every time:
CppGen
- Where ever you are located the script will works using this command.
- Then You will find the files where you choose to create.
🔴 If There is some issues with script :
- run :
vim ~/.zshrc
and delete the line of CppGen alias
- Then install again by running the installer script :
./Installer.sh