Go to file
2024-05-28 11:40:44 -04:00
src First version 2024-05-28 11:40:44 -04:00
.config Created Readme 2024-05-24 12:19:29 -04:00
.gitignore First version 2024-05-28 11:40:44 -04:00
LICENSE Initial commit 2024-05-24 12:06:47 -04:00
Makefile First version 2024-05-28 11:40:44 -04:00
README.md First version 2024-05-28 11:40:44 -04:00

cowtool-pm

A simple C++ declarative source-based package manager for the MooOs operating system.

Functionning:

When installing a package, you are prompted to create a bash script from a template to compile and install the program.

- Pulling
- Building
- Installing
- Cleanup
- Uninstallation
- Autoupdate

Commands:

- cowtool lick < name > < editor >         : Create/edit a package script
- cowtool milk < name >                    : Install package
- cowtool herd                             : List package scripts
- cowtool graze                            : Update packages, if empty do only autoupdate
- cowtool butcher < name >                 : Uninstalls a package