Quorra CLI provides a number of helpful commands for your use while developing your application.
Install the Quorra cli using npm.
npm install -g quorra-cli
To view a list of all available Quorra commands, you may use the --help
command:
quorra --help
Every command also includes a help screen which displays and describes the command's available arguments and
options. To view a help screen, simply follow the name of the command with --help
:
quorra routes --help
The quorra-cli is open-sourced software licensed under the MIT license
Copyright 2015-2016 Harish Anchu [email protected]