add ability to set up a webapp

This commit is contained in:
2025-02-15 16:00:58 -07:00
parent e34da045bc
commit de771d83b1
15 changed files with 612 additions and 36 deletions

View File

@ -7,7 +7,12 @@ import (
)
func main() {
commands := []*cli.Command{}
commands := []*cli.Command{
createCmd(),
generateCmd(),
webappCmd(),
tailwindCmd(),
}
app := &cli.App{
Name: "Masonry",