initial template for app based on wuttaweb
with e.g. `poser install` command
This commit is contained in:
commit
46b33a622f
18 changed files with 344 additions and 0 deletions
8
hooks/pre_prompt.py
Normal file
8
hooks/pre_prompt.py
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue