Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphql-editor/graphql-editor-cli
😱 GraphQL Editor Official CLI - Generate and maintain GraphQL Backend and GraphQL Server
https://github.com/graphql-editor/graphql-editor-cli
backend graphql server
Last synced: 3 days ago
JSON representation
😱 GraphQL Editor Official CLI - Generate and maintain GraphQL Backend and GraphQL Server
- Host: GitHub
- URL: https://github.com/graphql-editor/graphql-editor-cli
- Owner: graphql-editor
- Created: 2019-12-05T14:49:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T20:13:57.000Z (4 months ago)
- Last Synced: 2024-12-18T06:06:10.899Z (10 days ago)
- Topics: backend, graphql, server
- Language: TypeScript
- Homepage:
- Size: 5.78 MB
- Stars: 77
- Watchers: 6
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-list - graphql-editor-cli - editor | 61 | (TypeScript)
README
> Once you head down the GraphQL's path
> forever will it dominate your destiny.[![GitHub Stars](https://img.shields.io/github/stars/graphql-editor/graphql-editor-cli.svg)](https://github.com/graphql-editor/graphql-editor-cli)
[![GitHub Issues](https://img.shields.io/github/issues/graphql-editor/graphql-editor-cli.svg)](https://github.com/graphql-editor/graphql-editor-cli/issues)
[![Version](https://img.shields.io/npm/v/gei-bookings.svg)](https://www.npmjs.com/package/gei-bookings)
[![Build Status](https://github.com/graphql-editor/graphql-editor-cli/actions/workflows/release.yml/badge.svg)](https://github.com/graphql-editor/graphql-editor-integrations/actions?query=branch%3Amaster)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](https://github.com/graphql-editor/graphql-editor-cli/pulls)# GraphQL Editor Cli
> Compatible with [GraphQL Editor](https://graphqleditor.com) our CLI works seamlessly with your projects on both the free and paid plans. Its main goal is to enhance your interactive experience and provide tools for working with GraphQL as a service.
## Requirements
- [GraphQL Editor](https://graphqleditor.com)
- NodeJS >= 16## Installation :zap:
Let's go over the installation process step by step.
### Global :earth_africa:
First to install globally use the following command:
```sh
npm i -g graphql-editor-cli
```### Inside Repo :house:
then install it in your repository using this one:
```sh
npm i -D graphql-editor-cli
```That's it! Now you can use it freely, for example with npx or as a `package.json` script.
## Author
👤 **Artur Czemiel**
- Website: https://graphqleditor.com
- Github: [@Aexol](https://github.com/aexol)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check our [issues page](https://github.com/graphql-editor/graphql-editor-cli/issues).
## :scroll: Docs
If you want to know more our docs are available here:
[GraphQL editor docs](https://graphqleditor.com/docs/tools/graphql-cli/)## 📝 License
Copyright © 2023 [GraphQL Editor](https://github.com/graphql-editor).
This project is [MIT](https://github.com/graphql-editor/graphql-editor-integrations/blob/master/LICENSE) licensed.