RaitaroH / pkg

A wrapper for various package managers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkg

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:

Installation

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

Usage

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.

Contributing

Fork this project, clone the repository, install EditorConfig plugin if necessary, then send over a Pull Request. Keep the changes small and relevant.

License

Licensed under the MIT license.

About

A wrapper for various package managers.

License:MIT License


Languages

Language:Shell 100.0%