Skip to content

quorrajs/Quorra-cli

Repository files navigation

Quorra CLI

Introduction

Quorra CLI provides a number of helpful commands for your use while developing your application.

Installation

Install the Quorra cli using npm.

npm install -g quorra-cli

Usage

Listing All Available Commands

To view a list of all available Quorra commands, you may use the --help command:

quorra --help

Viewing The Help Screen For A Command

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

License

The quorra-cli is open-sourced software licensed under the MIT license

Copyright

Copyright 2015-2016 Harish Anchu [email protected]

Releases

No releases published

Packages

No packages published