generator-octoql

0.2.0 • Public • Published

Generate GraphQL schema in a consistent, database-agnostic way.

To Anyone downloading it the project at the moment

The project is still far from working, feel free to look around in the meantime.

Why OctoQl 🐙

Once finished, OctoQl will aim to support scaffolding data logic in a database-agnostic manner.
That means OctoQl will look at your data as sets of arrays and objects retreived from source of your choice, be it your own database, some public api or any other source of truth.

Installation

First, install Yeoman and generator-octoql using npm (we assume you have pre-installed node.js).

npm install -g yo  
npm install -g generator-octoql  

Then generate your schema:

mkdir schema  
touch configFile.js

fill configFile with description of your data (this will be generated soon) and then

yo octoql  

Getting To Know Yeoman

License

MIT © Adam Żaczek

Readme

Keywords

Package Sidebar

Install

npm i generator-octoql

Weekly Downloads

13

Version

0.2.0

License

none

Last publish

Collaborators

  • adamzaczek