post_gen_project

This module contains hooks which are executed after the template is rendered.

Functions

remove_file(→ None)

Remove a file.

remove_directory(→ None)

Remove a directory.

main(→ None)

Apply post generation hooks.

Module Contents

post_gen_project.remove_file(*filepath: str | pathlib.Path) None[source]

Remove a file.

post_gen_project.remove_directory(*filepath: str | pathlib.Path) None[source]

Remove a directory.

post_gen_project.main() None[source]

Apply post generation hooks.