Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.