26 lines
698 B
Markdown
26 lines
698 B
Markdown
# 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
|