Skip to content

Commit 23e9e7d

Browse files
authored
Update README.md
1 parent 973412a commit 23e9e7d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# 代码生成器
1+
# Code Generator
2+
此工具主要用于将Excel文档l转换为sql代码、国际化资源文件等。
3+
4+
## 用法
5+
```sh
6+
java -jar cg.jar -type ddl_mysql -lang sql -in xxx.xlsx -out ./out --type mysql
7+
8+
```
9+
10+
## License
11+
12+
Copyright (c) Copyright 2015-2019 yanglb.com. All rights reserved.
13+
14+
Licensed under the [Apache License 2.0](LICENSE) license.

0 commit comments

Comments
 (0)