Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moooofly committed Jun 12, 2018
1 parent 002a3ab commit 005c46f
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,18 @@ go get -u github.com/moooofly/harbor-go-client

## Quick Start

- compiles and installs the packages
- lint + build + test

```
make
```

- install the package into $GOPATH

```
make install
```

- remove the corresponding installed archive or binary (what 'go install' would create)

```
Expand All @@ -95,15 +101,15 @@ make test

## Testing

## TODO
## Auxiliaries Coverage

- go test
- CI (gitlab-ci & travis-ci)
- dockerization
- godoc
- test.sh colorful output
- glide support
- sql-like result output
- [ ] go test
- [x] CI (gitlab-ci & travis-ci)
- [ ] dockerization
- [ ] godoc
- [x] test.sh colorful output
- [x] glide support
- [x] sql-like result output


## Credits
Expand Down

0 comments on commit 005c46f

Please sign in to comment.