Skip to content

Commit

Permalink
Merge pull request #129 from open-rpc/feat/more-badges
Browse files Browse the repository at this point in the history
feat: awesome badges
  • Loading branch information
BelfordZ authored Apr 4, 2019
2 parents 8df72c0 + e632f58 commit 123784d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# open-rpc-generator-client
# OpenRPC Generator: Client

<center>
<span>
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/generator-client/master.svg">
<img src="https://codecov.io/gh/open-rpc/generator-client/branch/master/graph/badge.svg" />
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/generator-client" />
<img alt="Chat on Discord" src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" />
<img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/generator-client.svg" />
<img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/generator-client.svg" />
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/open-rpc/generator-client/latest.svg" />
<img alt="js badge" src="https://img.shields.io/badge/js-javascript-yellow.svg" />
<img alt="rs badge" src="https://img.shields.io/badge/rs-rust-brown.svg" />
</span>
</center>

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=open-rpc/generator-client)](https://dependabot.com) [![Dependabot Status](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/Tf55C7d)

Multi-language client generator tool for [open-rpc](https://github.com/open-rpc/spec) APIs. Developers generate a client by passing an OpenRPC Document to _this_ tool which generates a client based on the supported language templates.

![overview diagram](https://github.com/open-rpc/design/blob/master/diagrams/generator-client/open-rpc-diagrams.png?raw=true)

Supported client languages:

![js badge](https://img.shields.io/badge/js-javascript-yellow.svg) ![rs badge](https://img.shields.io/badge/rs-rust-brown.svg)

## Install

```shell
Expand Down Expand Up @@ -68,4 +79,4 @@ The generator client tool creates the client directories by language. E.i: `rs/`
## Resources

- [@open-rpc/generator-client package](https://www.npmjs.com/package/@open-rpc/generator-client)
- [example open-rpc documents](https://github.com/open-rpc/examples/tree/master/service-descriptions)
- [example open-rpc documents](https://github.com/open-rpc/examples/tree/master/service-descriptions)

0 comments on commit 123784d

Please sign in to comment.