Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 265 Bytes

CPM - C project manager

Cargo-like build system for C

Are you tired of cmake and all the bullshit? then this is for you.

Commands

  • cpm build: Builds your project
  • cpm run: Builds and runs your project
  • cpm init <project name>: Create a new project