0.2.0 • Published 7 years ago

generator-octoql v0.2.0

Weekly downloads
33
License
-
Repository
-
Last release
7 years ago

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

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago