A wrapper for various package managers. pkg
is made for those that want a tool
that abstracts all the commonly used commands behind a universal interface.
Heavily inspired by:
Clone this repository, and make a symbolic link to pkg
on your $PATH
. E.g.:
ln -s /home/user/code/pkg/pkg /home/user/.local/bin
After that, make pkg
executable (otherwise you’ll get “permission denied”
error), like so:
chmod +x /home/user/code/pkg/pkg
Type pkg help
in your terminal emulator to get started.
All available commands will be documented in the help option. Also, check out the source code to see the implementation of this tool.
Fork this project, clone the repository, install EditorConfig plugin if necessary, then send over a Pull Request. Keep the changes small and relevant.
Licensed under the MIT license.