initial template for app based on wuttaweb

with e.g. `poser install` command
This commit is contained in:
Lance Edgar 2024-11-26 11:16:09 -06:00
commit 46b33a622f
18 changed files with 344 additions and 0 deletions

8
hooks/pre_prompt.py Normal file
View file

@ -0,0 +1,8 @@
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()