gogener is CLI tool that automatically creates apps using templates
$ go get github.com/ryomak/gogener/cmd/gogener
NAME:
gogener - CLI tool that automatically creates apps using templates
USAGE:
gogener [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
create create App with templates
list show template list
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
$ gogener create -app example -mod github.com/ryomak/example ryomak-app
https://ryomak.github.io/gogener
- add test
- add other templates(now. only ryomak-app)
MIT