Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.3 KB

Ortung

Binder

This repo can be used as an online interface to the OSS Review Toolkit (ORT). The name Ortung should give a sense of "law and order" as often associated with the German word "Achtung!" The idea is somewhat inspired by http://ortaas.org, but will hopefully provide a more fine-grained interface at some time.

ORT clone and analyze

Preliminary Test

$ ort --version
________ _____________________
\_____  \\______   \__    ___/ the OSS Review Toolkit, version 0.1.0-SNAPSHOT.
 /   |   \|       _/ |    |    Running using Java 11.0.1-internal on Linux with
/    |    \    |   \ |    |    ORT_USER_HOME = /home/jovyan/.ort
\_______  /____|_  / |____|    SHELL = /bin/bash
        \/       \/
More environment variables:
TERM = xterm
JAVA_HOME = /srv/conda/envs/notebook

You can run the sample scan on the mime-types NPM package mentioned in the ORT Getting Started section as follows:

$ cd ~/tmp
$ bash scan_mime_types.sh
[...]

More to come, please stay tuned...