2020-08-31 11:10:14 +08:00
|
|
|
[中文](README_CN.md)
|
|
|
|
|
|
|
|
# Beegoinit-cmd
|
|
|
|
|
|
|
|
A flexsible and powerful command line tool to initialize beego framework
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```
|
|
|
|
go get golib.gaore.com/GaoreGo/beegoinit-cmd
|
2020-08-31 14:37:22 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## How to run
|
|
|
|
```
|
|
|
|
{$GOPATH}/bin/beegoinit-cmd create
|
|
|
|
```
|
|
|
|
e.g.
|
|
|
|
```
|
|
|
|
~/go/bin/beegoinit-cmd create
|
2020-08-31 11:10:14 +08:00
|
|
|
```
|