I, like many other developers love to start assorted projects. What i dont love is remembering how to set up my project structure and my Makefile and CMake.
I'm making this project so have a quick and easy way to set up projects, and I'm building it in C to practice using it for university (I'm aware this project would be significantly easier in C++)
- multiple language templates
- optional boilerplate code
- customisable profiles for languages
- user may add own language configs
./mp <project_name>then select your language, and if you want boilerplate or not.
That's it. it will create the directory and all the necessary starter files.
GNU General Public License v3.0
For anyone reading this far: I like many of my peers will be a life-long student. Any feedback on how i may improve is appreciated. Thankyou for your time, and have a lovely day/night.