UNPKG

511 BMarkdownView Raw
1# CortexQL
2
3This is a framework built on top of [Apollo Server](https://github.com/apollographql/apollo-server) in the same principals as [Erect](https://gitlab.com/ezsper.com/erect). It specifies a design pattern based on [GraphQL](http://graphql.org/learn/) with a [built-in transpiler](https://gitlab.com/ezsper.com/cortexql/ts2graphql) of your TypeScript code to GraphQL type definitions.
4
5# How to use it
6
7```
8npm install @cortexql/core yarn -g
9cortexql create myapi
10cd myapi
11yarn install
12yarn develop
13```