Dice Roller

A handy roll command for rolling dice on the command line.

Usage

roll [--verbose] [DEFINITION] roll --version

Options

Definition

Uses standard dice notation to define which dice and modifiers to use.

Installation

Via Cargo

If you already have the Rust toolchain installed:

cargo install dice-roller

Via Homebrew

```

add this repo as a tap

brew tap pbyrne/roller https://github.com/pbyrne/roller

then you can install like any other package

brew install dice-roller ```

Download the binaries

OS-specific binaries are attached to each release automatically. Download the one that's right for you and place it somewhere you can call it.

TODOs