https://github.com/v0xpopuli/gorepogen
Go tool for repositories auto generation
https://github.com/v0xpopuli/gorepogen
autogeneration cmd golang tool
Last synced: 5 months ago
JSON representation
Go tool for repositories auto generation
- Host: GitHub
- URL: https://github.com/v0xpopuli/gorepogen
- Owner: v0xpopuli
- License: mit
- Created: 2020-01-18T22:33:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T16:43:25.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T10:14:16.358Z (about 2 years ago)
- Topics: autogeneration, cmd, golang, tool
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/v0xpopuli/gorepogen) [](https://coveralls.io/github/v0xpopuli/gorepogen?branch=master) [](https://goreportcard.com/report/github.com/v0xpopuli/gorepogen)
[](https://codebeat.co/projects/github-com-v0xpopuli-gorepogen-master)
# 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
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](https://github.com/jinzhu/gorm) is used as ORM