appmgr-cli
v1.1.0
Published
AppMgr is a small CLI that aims to provide one interface to manage multiple package managers.
Maintainers
Readme
AppMgr
AppMgr is a small CLI that aims to provide one interface to manage multiple package managers.
Why AppMgr?
Different systems and projects rely on different package managers (apt, dnf, brew, npm, etc.).
AppMgr is designed to simplify that by offering a single command set for common actions.
Goals
- Provide a unified UX for package management commands
- Reduce context switching between package managers
- Keep commands simple, predictable, and script-friendly
Planned Features
- Show package manager status and environment info
Quick Start
# Install a package
appmgr install <package>
# Remove a package
appmgr remove <package>
# Search for a package
appmgr search <query>
# Update installed packages
appmgr update <package>
# Get information about a package
appmgr info <package>Supported Package Managers
- [x] APT
- [x] DNF
- [x] Homebrew
- [x] NPM
- [x] Pacman
- [x] Yay (AUR)
Contributing
Contributions, ideas, and bug reports are welcome.
