cookiecutter-wuttaweb/hooks/pre_prompt.py
Lance Edgar 46b33a622f initial template for app based on wuttaweb
with e.g. `poser install` command
2024-11-26 11:16:09 -06:00

9 lines
289 B
Python

import rich
rich.print("\n\t[blue]Welcome to Wutta Framework[/blue]")
rich.print("\n\tThis tool will generate initial project code for a new web app.")
rich.print("\n\tYou will be asked questions about yourself (the author), and")
rich.print("\tthe project naming and license.")
print()