Categorygithub.com/v0xpopuli/gorepogen
repository
0.0.0-20230626164325-21bb3109e087
Repository: https://github.com/v0xpopuli/gorepogen.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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