@grial/cli
v1.3.0
Published
The Grial CLI used to start the API
Maintainers
Readme
@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/cliInstall peer dependencies
npm i @grial/serverAdd the following script to your package.json
{
"scripts": {
"start": "grial start"
}
}Then start your API
npm startCommands
start
Run the Grial API server
