=== USAGE
April 10, 2023 ยท View on GitHub
|----------------------------| ,_____,
| Yeti Package Manager (YPM) | | . . |
|----------------------------| | ., |
| A linux package manager | |-----|
| written in Rust. | / , ,
|----------------------------| |' '_|
===============~ '--'--'
The Yeti Package Manager (YPM) is a small symlink style package manager written in Rust. It features dependency support and a utility to easily generate your own packages.
=== USAGE
ypm [OPTIONS] [ARGUMENTS]
Options: -c => Clear the package cache -d => Download a package source -e => Exit on fail -g => Generate a package template -h => Show this help -i => Install a package -o => Set offline mode -r => Remove a package -v => Get version information
The man page has more information.
=== INSTALLATION
- Clone this repo and run
cargo build - Copy the
repodirectory to/etc/ypm/repo - Create the directories
/etc/ypm/pkgand/etc/ypm/cache - Run ./target/debug/ypm -i ypm
=== BUGS
YPM is still in progress and probably has bugs. You can report them under the issues tab.