https://github.com/ryomak/gogener
automatically creates apps using templates
https://github.com/ryomak/gogener
cli go golang oss
Last synced: 5 months ago
JSON representation
automatically creates apps using templates
- Host: GitHub
- URL: https://github.com/ryomak/gogener
- Owner: ryomak
- License: mit
- Created: 2019-12-11T14:36:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T16:14:51.000Z (almost 6 years ago)
- Last Synced: 2026-01-14T14:57:38.347Z (6 months ago)
- Topics: cli, go, golang, oss
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gogener
[](https://github.com/ryomak/gogener/actions?workflow=Test)
[](https://coveralls.io/github/ryomak/gogener?branch=master)
[](https://godoc.org/github.com/ryomak/gogener)
[](https://goreportcard.com/report/github.com/ryomak/gogener)
gogener is CLI tool that automatically creates apps using templates

## install
```
$ go get github.com/ryomak/gogener/cmd/gogener
```
## usage
```
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)
```
## example
```
$ gogener create -app example -mod github.com/ryomak/example ryomak-app
```
## how add App
https://ryomak.github.io/gogener
## WIP
- add test
- add other templates(now. only ryomak-app)
## License
MIT