7
0
beegoinit-cmd/README.md

35 lignes
805 B
Markdown
Brut Lien permanent Vue normale Historique

2020-08-31 11:10:14 +08:00
[中文](README_CN.md)
# Beegoinit-cmd
2020-08-31 15:14:25 +08:00
```
_____ ____________ _ _ _
| __ \| ___ \ ___ \ (_) (_) |
| | \/| |_/ / |_/ / ___ ___ __ _ ___ _ _ __ _| |_
| | __ | /| ___ \/ _ \/ _ \/ _` |/ _ \ | | '_ \| | __|
| |_\ \| |\ \| |_/ / __/ __/ (_| | (_) | | | | | | | |_
\____/\_| \_\____/ \___|\___|\__, |\___/ |_|_| |_|_|\__|
__/ |
|___/
```
2020-08-31 11:10:14 +08:00
A flexsible and powerful command line tool to initialize beego framework
## Installation
2020-08-31 15:30:48 +08:00
1. 打开 go modules
```
export GO111MODULE=on
# or
go env -w GO111MODULE=on
```
2. 下载
2020-08-31 11:10:14 +08:00
```
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
```