ndice-0.1.0 is not a library.
Visit the last successful build:
ndice-1.0.0
ndice
Role a
nicedice(or[n|d]ice?)

Table of Contents
About
ndice is a cli dice roller.
Dices are writen in the format ${number}d{$sides}, e.g. 1d6 means 1 six-sided dice. There's no limit to sides so a non-existing dice like 1d13 can be rolled.
- Each space-speparated argument is counted as one dice notation.
- Dices can be mixed, so
ndice 1d6 2d8 4d10works. - Invalid arguments are ignored.
Installation
Binary
Download a pre-compiled binary from the release page
Cargo
Install with cargo:
Usage
Examples:
# Roll 1 six-sided dice
# Roll 2 8 sided dice and 2 four sided dice
Contributing
We love and welcome every form of contribution.
Where to start?
Here are some good places to start:
- Issues with label Good first issue
- Issues with label Documentation
- Providing example implementations or usage demos
Tooling
Install dev build
Sometimes it's nice to install a specific version of mktoc, this can be done with the following command:
# install specific commit
# install branch
License
MIT, see LICENSE file.