https://github.com/sschuberth/ort-scripts
Kotlin scripts to work with ORT programmatically.
https://github.com/sschuberth/ort-scripts
ort oss-review-toolkit
Last synced: 3 months ago
JSON representation
Kotlin scripts to work with ORT programmatically.
- Host: GitHub
- URL: https://github.com/sschuberth/ort-scripts
- Owner: sschuberth
- License: apache-2.0
- Created: 2025-02-25T10:51:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:38:07.000Z (3 months ago)
- Last Synced: 2025-02-25T12:20:48.795Z (3 months ago)
- Topics: ort, oss-review-toolkit
- Language: Kotlin
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ORT Scripts
This is a collection of independent scripts for working with the [OSS Review Toolkit] (ORT).
The scripts are implemented as [Kotlin `main.kts` scripts] that can run stand-alone and use ORT programmatcially via its published JVM libraries.[OSS Review Toolkit]: https://github.com/oss-review-toolkit/ort
[Kotlin `main.kts` scripts]: https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/MainKts.md