Gon: A Rails-style scaffolding CLI for Go (models, usecases, handlers) (github.com) 1 points by mickamy 1y ago ↗ HN
[–] mickamy 1y ago ↗ Hi HN,I've built a CLI tool called gon, which brings Rails-style scaffolding to Go.It generates models, usecases, handlers, fixtures and test helpers with one command, following a clean architecture structure.Inspired by `rails g scaffold`, but for Go.Repo: https://github.com/mickamy/gonI'd love to hear your feedback and ideas!
1 comment
[ 216 ms ] story [ 322 ms ] threadI've built a CLI tool called gon, which brings Rails-style scaffolding to Go.
It generates models, usecases, handlers, fixtures and test helpers with one command, following a clean architecture structure.
Inspired by `rails g scaffold`, but for Go.
Repo: https://github.com/mickamy/gon
I'd love to hear your feedback and ideas!