@grial/cli

1.3.0 • Public • Published

@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

Dependents (0)

Package Sidebar

Install

npm i @grial/cli

Weekly Downloads

0

Version

1.3.0

License

MIT

Last publish

Collaborators

  • sergiodxa