post_gen_project#

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

Module Contents#

Functions#

remove_file(→ None)

Remove a file.

remove_directory(→ None)

Remove a directory.

main(→ None)

Apply post generation hooks.

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

Remove a file.

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

Remove a directory.

post_gen_project.main() None[source]#

Apply post generation hooks.