Go to file
2024-05-28 14:35:17 -04:00
src Fixed oversight relating to root 2024-05-28 14:33:38 -04:00
structure/cowtool Fixed empty folders 2024-05-28 11:44:09 -04:00
.config Created Readme 2024-05-24 12:19:29 -04:00
.gitignore Fixed ignore 2024-05-28 11:46:41 -04:00
LICENSE Initial commit 2024-05-24 12:06:47 -04:00
Makefile Makefile error 2024-05-28 14:35:17 -04:00
README.md Fixed empty folders 2024-05-28 11:43:30 -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
- cowtool butcher < name >                 : Uninstalls a package