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!
- Host: GitHub
- URL: https://github.com/harry-hopkinson/breeze
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-12-07T16:55:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:30:37.000Z (over 2 years ago)
- Last Synced: 2025-05-13T14:17:20.271Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```