implement a multi-file template interpreter
This commit is contained in:
@ -11,6 +11,7 @@ func main() {
|
||||
commands := []*cli.Command{
|
||||
createCmd(),
|
||||
generateCmd(),
|
||||
generateMultiCmd(), // New command for multi-file template generation
|
||||
webappCmd(),
|
||||
tailwindCmd(),
|
||||
setupCmd(),
|
||||
|
Reference in New Issue
Block a user