Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.42 KB

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 <vadim.rozhkalns@gmail.com>

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 is used as ORM