A small utility to quickly bootstrap C projects from the command line.
It creates a project folder with a basic structure, starter main.c, and customizable Makefile support.
- Create project folder
- Generate a basic
main.c - Create a
vendorfolder for single header files - Generate
Makefile - Provide comand line args for custom makefile