📦The Linux package manager built on GitHub🐙
Welcome to gpm
! gpm
(Github Package Manager) is a binary distribution tool built off of GitHub. It uses a familiar apt-like syntax and pulls all binaries straight from GitHub repositories.
There are a few ways to install gpm:
sudo snap install --edge --devmode github-package-manager
git clone https://github.com/cbrnrd/gpm && cd gpm && sudo make install
curl -fsSL https://git.io/get-gpm | sudo bash
You can get the latest release here
Installing a package is simple, here is the gist of it: sudo gpm install user/repo
.
If the repository owner has set their package up correctly, you should be able to run the installed binaries.
- Fork it ( https://github.com/cbrnrd/ezdb/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- cbrnrd cbrnrd - creator, maintainer