Skip to content

Go tool for repositories auto generation

License

Notifications You must be signed in to change notification settings

maksmas/gorepogen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Go Report Card codebeat badge

GOREPOGEN

Simple Go tool, for repositories auto generation.

Installation

go get -u -v github.com/v0xpopuli/gorepogen, then from downloaded go build -o $GOPATH/bin/gorepogen

Usage

Use gorepogen -h for help

NAME:
   gorepogen - tool for repositories auto generation

USAGE:
   gorepogen [global options]

VERSION:
   1.0.0

AUTHOR:
   v0xpopuli <[email protected]>

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --name value, -n value  Entity name
   --root value, -r value  Project root
   --help, -h              show help (default: false)
   --version, -v           print the version (default: false)

If arg -r or --root were not define, program take current directory path

Note

GORM was been used as ORM

About

Go tool for repositories auto generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%