mob 0.1.1

A CLI for mobbing from the comfort of your console
Documentation
# Mob

[![Build Status](https://travis-ci.org/mikeastock/mob.svg?branch=master)](https://travis-ci.org/mikeastock/mob)

A CLI for mobbing from the comfort of your console.

## Installation

Homebrew:

```bash
brew tap mikeastock/formulae
brew install mob
```

If you are a Rust developer you can simply do:

```bash
cargo install mob
```

## Usage

Simple start your mob by running:

```bash
mob <members>
```

Where members is a comma separated list of users in the mob.

#### Options

You can specify the amount of time for driving:

```bash
mob Mike,Zack,Ed --minutes 3
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mikeastock/mob.
This project is intended to be a safe, welcoming space for collaboration, and
contributors are expected to adhere to the
[Contributor Covenant](contributor-covenant.org) code of conduct.