Created Readme

This commit is contained in:
COW_ILLUMINATI 2024-05-24 12:19:29 -04:00
parent 2349244ed1
commit e17ae35dd3
2 changed files with 25 additions and 1 deletions

1
.config Normal file

@ -0,0 +1 @@
# Presets

@ -1,3 +1,26 @@
# cowlick-pm
A simple C++ declarative source-based package manager for the MooOs operating system.
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.
Template includes:
- Pulling
- Building
- Installing
- Cleanup
- Uninstallation
- Autoupdate
Commands:
- cowtool lick < name > : Create/edit a package script
- cowtool milk < name > : Install package
- cowtool herd : List package scripts
- cowtool graze < name / empty for all > : Update packages, if empty do only autoupdate
- cowtool steak < name > : Uninstalls a package
- cowtool butcher < name > : Removes package script