Project

This is the ‘meta’ curifactory CLI, which is a runnable to help set up a project structure.

This file contains a __name__ == "__main__" and can be run directly.

Functions:

add_completion_to_rc([bash, zsh])

initialize_project()

main()

curifactory.project.add_completion_to_rc(bash=False, zsh=False)
curifactory.project.initialize_project()
curifactory.project.main()