Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eveporcello/graph-url

A GraphQL library for building queries in the terminal
https://github.com/eveporcello/graph-url

Last synced: 11 days ago
JSON representation

A GraphQL library for building queries in the terminal

Awesome Lists containing this project

README

        

Graph URL
======
Run GraphQL queries right from the terminal.

Installation
--------
Install it once globally with yarn:

```
yarn global add graph-url
```

Or use npm:

```
npm install -g graph-url
```