Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quorrajs/quorra-cli
- Owner: quorrajs
- License: mit
- Created: 2016-02-08T15:59:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T21:51:50.000Z (over 6 years ago)
- Last Synced: 2024-04-24T15:13:27.561Z (9 months ago)
- Language: JavaScript
- Homepage: https://quorrajs.org/
- Size: 42 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 CommandEvery 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