Description
Hey, firstly, great project!
I am the creator of Napp which is a similar project in the sense that it aims to aid developers create project 57EA s using Golang / TailwindCSS and other minimal tools (I went with HTMX instead of Alpine) and I didn't use Templ due to issues with Golang!
After coming across your project on Reddit, I decided to give it a look and noticed that to get started, a user has to clone your repo and then make changes and then do some installation steps etc.
It could be a nice enhancement, to utilise a CLI tool much like I did for Napp so that a user can install the tool and have it do all of the creation process. The benefits this would bring would be
- No internet access required to create the project (installing deps would still need this however)
- I suspect it will be quicker than cloning and changing changes.
- You would be able to use a cool command such as
goat init
Anyway, this is just a out there thought but I would be happy to talk it through with you some more if you would like!