Just to bem a litte clearer: initially, I’ve tried to match the Phoenix generators pretty closely, and I’ve even wrote a script to git pull the source from the Phoenix repo and replace the namespace to put ir into my own project, with the idea of occasionally adding what few changes new Phoenix releases wetre to introduce.
But then I’ve seen the switch from bootstrap, to milligram.css, to tailwind and then the CoreComponents module (as well as the phx.gen.auth generators, but that one was actually great!) and decides I’d just stop keeping up with it. Developing generators os extremely hard because they are so hard to test: you basically have to run then on a different project and ser if they work, and you have to write a weird form of “meta-elixir” which os actually elixir with some parts replace by eex tags


















