cpkg 0.6.3

A dead simple C package manager.
cpkg-0.6.3 is not a library.

cpkg

A dead simple C package manager.

It just creates and compiles projects for you, handling your respective backends (gcc, clang) automatically. Inspired by the convenience of Rust's cargo.

Usage

cpkg new hello_world
cd hello_world
cpkg run

Features

  • new
  • init
  • build
  • run
  • test
  • doc w/ Doxygen
  • repl
  • format

Installation

Releases

You can download the cpkg binary from the releases (or a nightly build from actions)

Cargo

If you have cargo you can install the binary from crates.io.

cargo install cpkg

Or clone the repository and install it locally.

git clone https://github.com/DvvCz/cpkg
cargo install --path cpkg