clemencegoh / gogen

Generation CLI tool for writing MVC web servers with go, intended to be used in a similar fashion as angular's ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generation tool for go MVC

Example usage:

  • gogen new --component Test
  • gogen new -c Test
  • gogen replace -f webpack.config.js -w localhost -r <ip>
  • gogen replace -f webpack.config.js -r localhost -w <ip>

Creating or adding on to gogen

  • after changing the files, use go install to rebuild and add to path

About

Generation CLI tool for writing MVC web servers with go, intended to be used in a similar fashion as angular's ng

License:Apache License 2.0


Languages

Language:Go 100.0%