An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/breeze

A Package Manager That Makes Working With External Dependencies a Breeze!
https://github.com/harry-hopkinson/breeze

Last synced: about 1 year ago
JSON representation

A Package Manager That Makes Working With External Dependencies a Breeze!

Awesome Lists containing this project

README

          

# breeze

A C++ Package Manager That Makes Working With External Dependencies a Breeze!

## Setup

```shell
git clone https://github.com/Harry-Hopkinson/breeze.git
cmake -S . -B build && cmake --build build
```

Add breeze to your environment variables by adding the path to the bin.
e.g E:\Programming\breeze\build

Now if you run the breeze -h command it should output...

```
Usage: breeze [options]
Options:
-i, install PACKAGE Install the Specified Package
-u, uninstall PACKAGE Uninstall the Specified Package
-up, update Update all packages
-cu, checkUpdate Check for Updates
-l, list List all installed packages
-h, --help Show help messsage
```