Go to file
2024-06-05 20:38:44 -04:00
src Fixed scope error 2024-06-05 20:38:44 -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 Spelling in readme 2024-05-28 15:08:31 -04:00

cowtool-pm

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

Functioning:

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