@simonaco/create-graphless
v1.0.5
Published
A CLI to bootstrap new serverless graphql projects
Downloads
8
Readme
Graphless
CLI that generates the code you need for running Graphql with Azure Functions
Prerequisites
A recent version of Node (8+)
How to run it
Install package
npm i @simonaco/create-graphless -g
Create new project by running
create-graphless --git --install
Run project
npm start