From e17ae35dd38b2b8f3b37b305d6804f95edd5f790 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Fri, 24 May 2024 12:19:29 -0400 Subject: [PATCH] Created Readme --- .config | 1 + README.md | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .config diff --git a/.config b/.config new file mode 100644 index 0000000..959fb6a --- /dev/null +++ b/.config @@ -0,0 +1 @@ +# Presets diff --git a/README.md b/README.md index 236a386..c32b2e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # cowlick-pm -A simple C++ declarative source-based package manager for the MooOs operating system. \ No newline at end of file +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