Skip to content

TrendingTechnology/cfpm

Repository files navigation

cfpm: C-Family Package Manager

Item Badge
License License
PyPI PyPI
GitHub Action GitHub Action
Maintainability Maintainability
Test Coverage Test Coverage
Gitter Gitter

cfpm is a package manager designed to manage C / C++ packages.

Table of Contents

Installation

Requirements

cfpm requires at least Python 3.7 to run.

Use pip

Make sure the pip comes from Python 3. Use pip -V to verify it.

$ pip install cfpm

You can also upgrade it using pip using pip install cfpm --upgrade.

Build from source

Building from source is easy too. Clone the repo and pip install will do the work.

$ git clone https://github.com/project-cfpm/cfpm.git
$ cd cfpm
$ pip install .

Quickstart

TODO

About

C-Family Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published