-
Kai Koehne authoredKai Koehne authored
README 547 B
Generate attribution files out of a qt_attribution.json file. The tool is supposed to be used together with qtattributionsscanner: qtattributionsscanner /path/to/qt --output-format json | python qtattributionsformatter.py It uses the Jinja2 template engine for format the output. By default, the tool uses the template/markdown.md template file to generate Markdown documentation. Anyhow, other template files can be specified by using the --template argument. Run python qtattributionsformatter.py -h to see all command line arguments.