Skip to content

Foxomax/foxi-project-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxi Project Builder

Important

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.

Installation

  1. Clone the repository: git clone git@github.com:Foxomax/foxi-project-builder.git
  2. cd foxi-project-builder
  3. Make the install script executable: chmod +x install.sh
  4. Run the installer: sudo ./install.sh
  5. Verify the installation: foxi --help You should see:
Commands available:
    --help: Display this message.
    --here: Create a new project in the current directory.

Usage

The flags are optional. If you run the binary without any flags: foxi The program will:

  1. Prompt you to enter the project name
  2. After pressing Enter, automatically create a new directory with that name
  3. Generate the full project structure inside the current directory

About

A CLI utility for scaffolding C projects with modern directory hierarchies and build-system conventions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors