UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

14 lines (10 loc) 511 B
# CortexQL This 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. # How to use it ``` npm install @cortexql/core yarn -g cortexql create myapi cd myapi yarn install yarn develop ```