Skip to content

ryomak/gogener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogener

Build Status Coverage Status GoDoc GoReport

gogener is CLI tool that automatically creates apps using templates

test

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