roarcli
Version:
Overview:
62 lines (44 loc) • 1.68 kB
Markdown
# Roar CLI
Overview:
Roar CLI is used to make deployment of new agents to run inspectors.
Status:
[](http://badge.fury.io/js/roar-sdk)
[](https://marcfisher@bitbucket.org/liongard/roar-sdk.git)
[](https://marcfisher@bitbucket.org/liongard/roar-sdk.git)
[](https://marcfisher@bitbucket.org/liongard/roar-sdk.git)
[](https://marcfisher@bitbucket.org/liongard/roar-sdk.git)
## Installation
```sh
npm install -g roarcli
```
## Running Tests
To run the test suite first invoke the following command within the repo you first
need to install the development dependencies (run where the `package.json` is):
```sh
npm install
```
Then run the command:
```sh
npm test
```
To run the tests without the mocks:
```sh
NOCK_OFF=true npm tests
```
To get code coverage run:
```sh
npm run coverage
```
## Before Checking In
Make sure you run:
```sh
npm run check
```
before doing any checkings. Pre-commit will automatically run test and eslint for you.
## Contribution
* If you would like to contribute, please fork the repo and send in a pull request.
* Please ensure you run grunt before sending in the pull request.
## License
BSD-3-Clause
## Contributions
Pull requests and new issues are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.