Skip to content

Commit

Permalink
adds basic details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shivuslr41 committed Dec 24, 2022
1 parent 0defad0 commit ef1bf1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# grpc-tester

`grpc-tester` is a simple command-line tool cum library for testing gRPC services.

This tool leverage [grpcurl](https://github.com/fullstorydev/grpcurl) to create dynamic requests and [jq](https://github.com/stedolan/jq) for comparing/validating responses.

NOTE: currently doesn't work on windows cmd/powershell.

DOCUMENTATION is work in progress, have a look at `examples/` to get overview of tool usage!

0 comments on commit ef1bf1f

Please sign in to comment.