1.3.0 • Published 7 years ago

@grial/cli v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@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

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago