mux Scaffold
is CLI to generate scaffolds using gorilla/mux
router/dispatcher.
go get github.com/nasa9084/mux-scaffold
mux-scaffold init <project path>
mux-scaffold model <model name> <field name>:<field type> ...
This is based on dcu/gin-scaffold