livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.57k stars 180 forks source link

framework/generator: mount generators from the root for more flexibility #296

Closed matthewmueller closed 2 years ago

matthewmueller commented 2 years ago

Internal prep work.

Currently when you define generators, they all land in bud/internal/generator/.... This limits their discoverability by the other generators. This is the first step in allowing you to define generators anywhere.