eggplants/extension-manifest-converter

View on GitHub
Dockerfile

Summary

Maintainability
Test Coverage
FROM python:3

RUN pip install --upgrade pip

RUN python -m pip install git+https://github.com/eggplants/extension-manifest-converter

ENTRYPOINT ["emc"]