20 lines
286 B
Markdown
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
|
|
``` |