cookiecutter_autodocs.lib.files.load_cookiecutter_json#

async cookiecutter_autodocs.lib.files.load_cookiecutter_json(path_or_str: StrOrPath) Dict[str, Any]#

Load a cookiecutter.json file.

Parameters:

cookiecutter_path (Path) – Path to the cookiecutter.json file.

Returns:

The cookiecutter.json file as a dictionary.

Return type:

dict