8000 grial/cli at master · sergiodxa/grial · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@grial/cli

This simple CLI allow you to start a Grial server without worring about the server code, just write you API code and let Grial handle the rest.

Usage

Install it

npm i @grial/cli

Install peer dependencies

npm i @grial/server

Add the following script to your package.json

{
  "scripts": {
    "start": "grial start"
  }
}

Then start your API

npm start

Commands

start

Run the Grial API server

0