add readme

This commit is contained in:
谢小军
2020-01-22 11:28:15 +08:00
parent 169edf0f50
commit 5287143557
2 changed files with 12 additions and 5 deletions

View File

@@ -16,10 +16,16 @@
![show](/image/gormt/ui_en.gif)
```
./gormt -g=true
```
## cmd support
![show](/image/gormt/out.gif)
```
./gormt -g=false
```
--------
## 1. Configure default configuration items through the current directory config.yml file

View File

@@ -9,6 +9,8 @@
#### mysql数据库转 struct 工具,可以将mysql数据库自动生成golang sturct结构带大驼峰命名规则。带json标签
[English](README.md)
## 交互界面模式
![show](/image/gormt/ui_cn.gif)
@@ -20,10 +22,9 @@
## 命令行模式
![show](/image/gormt/out.gif)
[English](README.md)
```
./gormt -g=false
```
--------
## 1. 通过当前目录 config.yml 文件配置默认配置项