Created Readme
This commit is contained in:
parent
2349244ed1
commit
e17ae35dd3
1
.config
Normal file
1
.config
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Presets
|
23
README.md
23
README.md
@ -1,3 +1,26 @@
|
|||||||
# cowlick-pm
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user