implement a multi-file template interpreter

This commit is contained in:
2025-09-05 01:46:26 -06:00
parent 0bccd28134
commit 88d757546a
25 changed files with 1525 additions and 1 deletions

View File

@ -11,6 +11,7 @@ func main() {
commands := []*cli.Command{
createCmd(),
generateCmd(),
generateMultiCmd(), // New command for multi-file template generation
webappCmd(),
tailwindCmd(),
setupCmd(),