@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    2
    • latest

Version History

Package Sidebar

Install

npm i @grial/cli

Weekly Downloads

9

Version

1.3.0

License

MIT

Last publish

Collaborators

  • sergiodxa