cookiecutter_autodocs.lib.files.dump_cookiecutter_json#

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

Dump a cookiecutter.json file.

Parameters:
  • cookiecutter_path (StrOrPath) – Path to the cookiecutter.json file.

  • cookiecutter (dict) – The cookiecutter.json file as a dictionary.