An open API service indexing awesome lists of open source software.

https://github.com/gopherlibs/pmm

Package Manager... Manager (pmm) is a Go (Golang) module that allows you to run some basic operations with several package managers such as Apt, RPM, PIP, and Apk (Alpine not Android).
https://github.com/gopherlibs/pmm

Last synced: 5 months ago
JSON representation

Package Manager... Manager (pmm) is a Go (Golang) module that allows you to run some basic operations with several package managers such as Apt, RPM, PIP, and Apk (Alpine not Android).

Awesome Lists containing this project

README

          

# Package Manager... Manager [![CI Status](https://circleci.com/gh/gopherlibs/pmm.svg?style=shield)](https://app.circleci.com/pipelines/github/gopherlibs/pmm) [![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gopherlibs/pmm/master/LICENSE)

Package Manager... Manager (`pmm`) is a Go (Golang) module that allows you to run some basic operations with several package managers such as Apt, RPM, PIP, and Apk (Alpine not Android).

**Note: This package is pre-1.0 thus the API is still changing as I prepare it for a v1.0 release.**

## Usage

Instructions coming soon.
For now, just look at the code.

## Development

This library is written and tested with Go v1.15+ in mind.
`go fmt` is your friend.
Please feel free to open Issues and PRs as you see fit.
Any PR that requires a good amount of work or is a significant change, it would be best to open an Issue to discuss the change first.

## License & Credits

This module was written by Ricardo N Feliciano (FelicianoTech).
This repository is licensed under the MIT license.
This repo's license can be found [here](./LICENSE).