Skip to content

rrpm-org/rrpmpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

RRPMPkg

RRPMPkg is the official package manager for RRPM. It enables you to easily install, uninstall and update all your RRPM extensions.

Badges

MIT License

Installation

You can install rrpmpkg from PyPI. If you have RRPM Installed, you most likely also have RRPMPkg installed.

$ pip install rrpmpkg

Documentation

The Documentation for RRPMPkg can be found here

Usage/Examples

$ rrpmpkg install rrpm-org/demo-extension # Install extension
...
$ rrpmpkg uninstall someotherextension # Uninstall extension
...
$ rrpmpkg update # Update all extensions
...
$ rrpmpkg update --package demo-extensions # Update specific extension

Authors

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's CODE_OF_CONDUCT.md.

Feedback

If you have any feedback, please reach out to me at @py_bash1

License

MIT