Skip to content

Commit

Permalink
Merge pull request #13 from IkezoeMakoto/readme-update
Browse files Browse the repository at this point in the history
readmeを更新した
  • Loading branch information
IkezoeMakoto authored Jul 5, 2020
2 parents 4cef4a2 + eca83e3 commit 9752309
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [mac64, lin64, win64]
os: [Darwin_x86_64, Linux_x86_64, Windows_x86_64]
include:
- os: mac64
- os: Darwin_x86_64
goos: darwin
arch: amd64
- os: lin64
- os: Linux_x86_64
goos: linux
arch: amd64
- os: win64
- os: Windows_x86_64
goos: windows
arch: amd64

Expand Down
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# dbdog
dbdog is a table definition automatic generation tool!

![screenshot](https://user-images.githubusercontent.com/7962629/86523622-f527d400-bea9-11ea-8622-ea740aff6d7e.png)

## How to use
### install
go get
```
go get -u github.com/IkezoeMakoto/dbdog
```
or
binary download
```
wget "https://github.com/IkezoeMakoto/dbdog/releases/download/v0.0.2/dbdog_$(uname -s)-$(uname -m).zip"
unzip dbdog_linux_amd64.zip
mv dbdog /usr/local/bin
```

### config
your db setting
```
vim config.toml
```

### use
```
dbdog
##########################################################
___ ___ __
/ _ \/ _ )___/ /__ ___ _
/ // / _ / _ / _ \/ _ `/
/____/____/\_,_/\___/\_, /
/___/
##########################################################
# dbdog is a table definition automatic generation tool! #
```

## output
[output-example.md](output-example.md)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9752309

Please sign in to comment.