@justinbeckwith/sloth
v7.1.0
Published
sloth is a CLI utility for measuring GitHub response SLOs.
Readme
sloth
This is a simple utility for tracking SLOs of GitHub repositories.

Installation
Make sure you have node.js 8+ installed. Then do this:
$ npm install -g @justinbeckwith/slothUsage
You need to go create a personal access token in GitHub. Take this token, and save it as an environment variable named SLOTH_GITHUB_TOKEN.
$ slothAlternatively, you can just set it every time before running the tool:
$ SLOTH_GITHUB_TOKEN=****** slothCSV
You can also get output in CSV format! Just pass the --csv flag:
$ sloth --csvThat's it 🎉 Enjoy!
