Skip to content

Commit 78492c4

Browse files
authored
docs: show cli and runtime version badges (#145)
1 parent 461e447 commit 78492c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
**Just types and functions** — write TypeScript, generate GraphQL.
66

77
[![gqlkit Documents](https://img.shields.io/badge/docs-gqlkit.izumin.dev-blue?logo=nextra&labelColor=%23313244&color=%23f5c2e7)](https://gqlkit.izumin.dev)
8-
[![NPM Version](https://img.shields.io/npm/v/%40gqlkit-ts%2Fcli?logo=npm&labelColor=%23313244&color=%23CB3837)](https://www.npmjs.com/package/@gqlkit-ts/cli)
98
[![License](https://img.shields.io/github/license/izumin5210/gqlkit?labelColor=%23313244&color=%23a6e3a1)](./LICENSE)
109

10+
[![@gqlkit-ts/cli Version](https://img.shields.io/npm/v/%40gqlkit-ts%2Fcli?logo=npm&label=%40gqlkit-ts%2Fcli&labelColor=313244&color=CB3837)](https://www.npmjs.com/package/@gqlkit-ts/cli)
11+
[![@gqlkit-ts/runtime Version](https://img.shields.io/npm/v/%40gqlkit-ts%2Fruntime?logo=npm&label=%40gqlkit-ts%2Fruntime&labelColor=313244&color=CB3837)](https://www.npmjs.com/package/@gqlkit-ts/runtime)
12+
1113
</div>
1214

1315
## How it works

0 commit comments

Comments
 (0)