Skip to content

Convert Tern tool report to markdown.

License

Notifications You must be signed in to change notification settings

kost13/tern-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tern-to-markdown

GitHub Actions

Convert Tern tool report to markdown.

Usage

The tool can generate a simple .md file with a list of found licenses...

usage: generate_licenses_summary.py [-h] -i INPUT [-o OUTPUT]
                                    [-f {list,block}]

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file in YAML format with report generated by the
                        Tern tool.
  -o OUTPUT, --output OUTPUT
                        Output markdown file with list of licenses.
  -f {list,block}, --format {list,block}
                        Licenses format in the output file. Accepted values
                        are `list` and `block`.

... or a file with full information about packages, their versions, licenses and copyright notice.

usage: generate_copyright_info.py [-h] -i INPUT [-o OUTPUT]

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file in YAML format with report generated by the
                        Tern tool.
  -o OUTPUT, --output OUTPUT
                        Output markdown file with information about licenses
                        and copyrights.

License

All Python files in this project are released under the MIT License.

No affiliation with Tern project

The project is not associated in any way with the Tern project. It was made available in order to facilitate the use of the Tern tool.

About

Convert Tern tool report to markdown.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published