Skip to content

Easily convert spdx.json files into human-readable, markdown files.

License

Notifications You must be signed in to change notification settings

mjpitz/spdx-fmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily convert spdx.json files into human-readable, markdown files.

Installation

go install go.pitz.tech/spdx-fmt@latest

Usage

Usage of this tool assumes the usage of one of the many other SPDX tools used to generate JSON documents. Using those files, we can generate human-readable versions of their contents as well as artifacts useful for shipping software (such as reporting on third-party licenses).

Usage of spdx-fmt:
  -input string
        Specify the input spdx.json file. Defaults to '-' for stdin. (default "-")
  -output string
        Specify the output markdown file. Defaults to '-' for stdout. (default "-")
  -report string
        Specify which report to render (spdx, third-party-licenses, or a file path). (default "spdx")

About

Easily convert spdx.json files into human-readable, markdown files.

Topics

Resources

License

Stars

Watchers

Forks