1.6.6 • Published 8 years ago
@liongard/roarcli-shawn v1.6.6
Roar CLI
Overview:
Roar CLI is used to make deployment of new agents to run inspectors.
Status:
Installation
npm install -g roarcliRunning 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):
npm installThen run the command:
npm testTo run the tests without the mocks:
NOCK_OFF=true npm testsTo get code coverage run:
npm run coverageBefore Checking In
Make sure you run:
npm run checkbefore 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 for details.
1.6.6
8 years ago