Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quorrajs/quorra-cli

The QuorraJS framework CLI tool
https://github.com/quorrajs/quorra-cli

Last synced: about 1 month ago
JSON representation

The QuorraJS framework CLI tool

Awesome Lists containing this project

README

        

# Quorra CLI

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)

## 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](http://opensource.org/licenses/MIT)

## Copyright

Copyright 2015-2016 Harish Anchu