Skip to content

Huggepugge1/c-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-builder

A simple C project builder for Linux.

Features

  • Initialize a new C project
  • Build the project with parallel jobs
  • Run the project
  • Clean the project
  • Run tests on the project
  • Run benchmarks on the project

Installation

git clone https://github.com/Huggepugge1/c-builder.git c-builder
cd c-builder
cargo install --path .

Basic Usage

c-builder [options] init [project-name]
c-builder [options] build
c-builder [options] run

See more detailed information in documentation.

Configuration

The configuration file is located at c-builder.toml. See configuration for more information.

Contributing

Contributions are welcome! Please read the contribution guidelines first.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

About

A modern tool to compile and test c-code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages