Create C projects ready to run and debug with zero configuration
Use the package manager npm (comes already with Node)
npm install -g create-c
Just run it
- Makefile with all the necessary rules
- Debugging Configuration with a pre-launch task so don't have to recompile manually
- A gitignore pre-made for C/C++ projects (output name and .DS_Store are included too)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.