Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Mar 22, 2024
1 parent a531e92 commit 24f47fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<img width="108" alt="@swan-io/graphql-client" src="https://github.com/swan-io/graphql-client/blob/main/docs/static/img/logo.svg?raw=true">

# @swan-io/graphql-client

[![mit licence](https://img.shields.io/dub/l/vibe-d.svg?style=for-the-badge)](https://github.com/swan-io/graphql-client/blob/main/LICENSE)
[![npm version](https://img.shields.io/npm/v/@swan-io/graphql-client?style=for-the-badge)](https://www.npmjs.org/package/@swan-io/graphql-client)
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@swan-io/graphql-client?label=size&style=for-the-badge)](https://bundlephobia.com/result?p=@swan-io/graphql-client)

> A simple, typesafe GraphQL client for React
## Installation

```bash
$ yarn add @swan-io/graphql-client
# --- or ---
$ npm install --save @swan-io/graphql-client
```

## Links

- 📘 [**Documentation**](https://swan-io.github.io/graphql-client)
- ⚖️ [**License**](./LICENSE)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@swan-io/gql-client",
"description": "A simple, typesafe GraphQL client for React",
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 24f47fe

Please sign in to comment.