Package Execution Manager
A simple, lightweight and user-friendly but functional and powerful package manager for Linux-like operation systems.
Project structure
├── bin
│ └── pem
├── cmd
│ ├── install.go
│ ├── log.go
│ ├── scraper.go
│ ├── stats.go
│ ├── switch.go
│ └── uninstall.go
├── go.mod
├── go.sum
├── LICENSE
├── main.go
├── README.md
└── settings
└── config.go
Installation
git clone https://github.com/rendick/pem.git
cd pem/bin/
sudo mv pem /bin
pem --help
Usage
If you want to know how to use the command, you can try pem --help for more information.
License
MIT License