Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed Jan 22, 2020
1 parent 169edf0 commit 5287143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#### mysql数据库转 struct 工具,可以将mysql数据库自动生成golang sturct结构,带大驼峰命名规则。带json标签

[English](README.md)

## 交互界面模式

![show](/image/gormt/ui_cn.gif)
Expand All @@ -20,10 +22,9 @@
## 命令行模式

![show](/image/gormt/out.gif)


[English](README.md)

```
./gormt -g=false
```
--------

## 1. 通过当前目录 config.yml 文件配置默认配置项
Expand Down

0 comments on commit 5287143

Please sign in to comment.