Sha256: 75da5e2a73180622a708efbd82c484117c52e79e19ccd3591534b08f6457ae24

Contents?: true

Size: 1.98 KB

Versions: 18

Compression:

Stored size: 1.98 KB

Contents

<img alt="cobench logo" src="/logo.svg" width="64px"/>

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/cobench)](http://www.rultor.com/p/yegor256/cobench)
[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)

[![rake](https://github.com/yegor256/cobench/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/cobench/actions/workflows/rake.yml)
[![PDD status](http://www.0pdd.com/svg?name=yegor256/cobench)](http://www.0pdd.com/p?name=yegor256/cobench)
[![Gem Version](https://badge.fury.io/rb/cobench.svg)](http://badge.fury.io/rb/cobench)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/cobench/blob/master/LICENSE.txt)
[![Maintainability](https://api.codeclimate.com/v1/badges/396ec0584e0a84adc723/maintainability)](https://codeclimate.com/github/yegor256/cobench/maintainability)
[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/cobench.svg)](https://codecov.io/github/yegor256/cobench?branch=master)
![Lines of code](https://img.shields.io/tokei/lines/github/yegor256/cobench)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/cobench)](https://hitsofcode.com/view/github/yegor256/cobench)

This simple script will help you collect statistics about your
programmers and generate a simple HTML report. First, install it:

```bash
$ gem install cobench
```

Then, run it locally and read its output:

```bash
$ cobench --coder yegor256 --verbose
```

## How to contribute

Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure you build is green before you contribute
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and
[Bundler](https://bundler.io/) installed. Then:

```
$ bundle update
$ bundle exec rake
```

If it's clean and you don't see any error messages, submit your pull request.

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cobench-0.0.18 README.md
cobench-0.0.17 README.md
cobench-0.0.16 README.md
cobench-0.0.15 README.md
cobench-0.0.14 README.md
cobench-0.0.13 README.md
cobench-0.0.12 README.md
cobench-0.0.11 README.md
cobench-0.0.10 README.md
cobench-0.0.9 README.md
cobench-0.0.8 README.md
cobench-0.0.7 README.md
cobench-0.0.6 README.md
cobench-0.0.5 README.md
cobench-0.0.4 README.md
cobench-0.0.3 README.md
cobench-0.0.2 README.md
cobench-0.0.1 README.md