Skip to content

CLI README.md generator for ShotGrid frameworks/engines/apps.

License

Notifications You must be signed in to change notification settings

MaximumFX/tk-readme-generator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Python 3.9 Code style: black

ShotGrid Readme Generator

CLI/GitHub Action README.md generator for ShotGrid frameworks/engines/apps.

GitHub Action

Add this GitHub Action to a workflow to automatically update the README.md when a change is committed to info.yml. See an example workflow here.

CLI

Requirements

Requires pyyaml

Usage

python tk-readme-generator.py <INFO_FILEPATH>

Options

Argument Description
-o, --override Override the existing readme.
-p FILEPATH, --prepend FILEPATH Prepend an existing readme file after the name and description.
-a FILEPATH, --append FILEPATH Append an existing readme file to the end.