Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Basic Usage

Krys Nuvadga edited this page Aug 23, 2017 · 1 revision

Run this command for grade computation:

grade --spdx ~/path_to_spdx_document --package ~/path_to_source_package --Default Config

The grade command takes 4 arguments(the path to the spdx document, the path to the source package, number of lines of code, and threshold percentage.

grade --spdx ~/path_to_spdx_document --package ~/path_to_source_package --lines 0 --percent 0

Clone this wiki locally