Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kujtimiihoxha committed Apr 10, 2017
1 parent edebfc5 commit bb7e1d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ go install github.com/kujtimiihoxha/gk
When it is run for the first time it will search for `gk.json` configuration file, if it does not find it it will create one
with the default settings.

####Create a new service
#### Create a new service
Inside the project run:
```bash
gk new service hello
Expand Down Expand Up @@ -78,15 +78,16 @@ Global Flags:
## What is working
The example you see here https://github.com/go-kit/kit/issues/70

##TODO-s
## TODO-s

- Implement support for other transports besides `http`
- Implement the update commands, this commands would be used to update an existing service e.x add
a new request parameter to a endpoint.
- Implement middleware generator (service,endpoint).
- Implement automatic creation of the service main file.
- Tests tests tests ...

##Contribute
## Contribute
Thanks a lot for contributing.

To test your new features/bug-fixes you need a way to run `gk` inside your project this can be done using `test_dir`.
Expand Down

0 comments on commit bb7e1d3

Please sign in to comment.