Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 870 Bytes

About

This is a template Gradle project to create a package manager plugin for the analyzer tool of the OSS Review Toolkit.

Usage

Create a new repository from this template, clone it, and replace all occurrences of "MyPackageManager" (search for case-insensitive substrings) with the name of the package manager you are implementing. Then implement the actual package manager, and when done, run

./gradlew installDist

Finally, copy ./build/install/MyPackageManager/*.jar to the plugin direct of the ORT installation (/opt/ort/plugin in ORT's official Docker images).