beegoinit-cmd/README.md
2020-08-31 14:37:22 +08:00

20 lines
286 B
Markdown

[中文](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
```
## How to run
```
{$GOPATH}/bin/beegoinit-cmd create
```
e.g.
```
~/go/bin/beegoinit-cmd create
```