Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fao89/pdc

Pulpcore Dependency Checker
https://github.com/fao89/pdc

depencies dependency pulp pulpcore

Last synced: about 1 month ago
JSON representation

Pulpcore Dependency Checker

Awesome Lists containing this project

README

        

![Continuous Integration](https://github.com/fao89/pdc/workflows/Continuous%20Integration/badge.svg)
![license](https://img.shields.io/crates/l/pdc)
![Latest version](https://img.shields.io/crates/v/pdc.svg)
![Downloads](https://img.shields.io/crates/d/pdc)

# Pulpcore Dependency Checker

Check required pulpcore version for each plugin.

```bash
curl -L https://github.com/fao89/pdc/releases/download/0.3.1/pdc-linux-amd64 -o pdc
chmod +x pdc
./pdc
```

[![asciicast](https://asciinema.org/a/335533.svg)](https://asciinema.org/a/335533)

## Other languages versions
* python - [pypdc](https://github.com/fao89/pypdc)
* golang - [gopdc](https://github.com/fao89/gopdc)