not really known
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
axtloss ff431253a2
Create LICENSE
2 years ago
src doesnt backup existing binaries/scripts anymore 2 years ago
.gitignore made it chmod the scripts 2 years ago
Cargo.toml initial commit 2 years ago
LICENSE Create LICENSE 2 years ago
Makefile initial commit 2 years ago
README.md added feature to backup already existing binaries and being able to restore from them 2 years ago
package_managers.toml create example config 2 years ago
pkg-warner added feature to backup already existing binaries and being able to restore from them 2 years ago

README.md

Logo

pkg manager warner

Discord

a tool to warn users when using the wrong package manager

Usage:

Action shorthand flag long flag
Show a help message pkg-warner -h pkg-warner help
Show the version pkg-warner -v pkg-warner version
initialize the database ame -i ame init
create all the scripts pkg-warner -c pkg-warner create-script
Show the warning for specified package manager pkg-warner -w <package-manager> pkg-warner warning <package-warner>

Installation for Non-Crystal systems:

If you're on an arch (deriviate), you can use the PKGBUILD in packages/pkg-warner If you're on a different distribution you can use these commands:

git clone https://git.getcryst.al/crystal/pkg-manager-warner.git
cd pkg-manager-warner
sudo make install