Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eveporcello/graph-url
- Owner: eveporcello
- License: mit
- Created: 2017-09-19T23:45:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T00:20:43.000Z (about 7 years ago)
- Last Synced: 2024-04-26T14:21:50.409Z (7 months ago)
- Language: Gherkin
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```