add ability to set up a webapp
This commit is contained in:
@ -7,7 +7,12 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
commands := []*cli.Command{}
|
||||
commands := []*cli.Command{
|
||||
createCmd(),
|
||||
generateCmd(),
|
||||
webappCmd(),
|
||||
tailwindCmd(),
|
||||
}
|
||||
|
||||
app := &cli.App{
|
||||
Name: "Masonry",
|
||||
|
Reference in New Issue
Block a user