1 unstable release

0.1.0 Feb 6, 2025

#836 in Command line utilities

Download history 121/week @ 2025-02-05

121 downloads per month

MIT/Apache

10KB
77 lines

DnDice

DnD Dice Rolling on the command line, speaks for itself!

Install

cargo install dndice

Usage

DnD Dice Roller on the command line!

Usage: dndice [OPTIONS]

Options:
  -d, --die <DIE>            The type of sided die to use [default: 20]
  -n, --number <NUMBER>      Number of dice to cast [default: 1]
  -m, --modifier <MODIFIER>  Modifier value to the output [default: 0]
  -r, --raw <RAW>            Raw value (e.g. 3d4 + 12, 2d3 etc.)
  -h, --help                 Print help (see more with '--help')
  -V, --version              Print version

Dependencies

~3MB
~46K SLoC