I created this project to make it easier to scaffold C projects. This tool automatically generates a modern C project structure with a recommended directory layout. I don’t necessarily expect this to be useful to others, but if you find it helpful, here’s how to install it.
- Clone the repository:
git clone git@github.com:Foxomax/foxi-project-builder.git cd foxi-project-builder- Make the install script executable:
chmod +x install.sh - Run the installer:
sudo ./install.sh - Verify the installation:
foxi --helpYou should see:
Commands available:
--help: Display this message.
--here: Create a new project in the current directory.The flags are optional.
If you run the binary without any flags:
foxi
The program will:
- Prompt you to enter the project name
- After pressing Enter, automatically create a new directory with that name
- Generate the full project structure inside the current directory