https://github.com/boneskull/mocha-travis-stats
https://github.com/boneskull/mocha-travis-stats
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boneskull/mocha-travis-stats
- Owner: boneskull
- License: mit
- Created: 2018-05-01T20:53:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T20:55:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T22:37:10.503Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mocha-travis-stats
[](https://github.com/RichardLitt/standard-readme)
> Generates some build stats for Mocha
This retrieves and dumps stats about [Mocha](https://mochajs.org)'s [builds](https://travis-ci.org/mochajs/mocha) on [Travis CI](https://travis-ci.org).
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)
## Install
Requires Node.js 8 or newer.
`git clone` this repo, and execute `npm install` from the resulting working copy.
## Usage
Follow [these steps](https://developer.travis-ci.com/authentication) to get a token.
```bash
$ TRAVIS_CI_TOKEN= node src/travis-stats.js
```
## Maintainers
[@boneskull](https://github.com/boneskull)
## Contribute
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © 2018 Christopher Hiller