alecghost-roll-0.1.0 is not a library.
roll
Simple CLI dice roller.
usage
roll [DICE]...
Supports standard notation (NdS) and advantage/disadvantage (a/d).
# normal roll
# multiple dice
# advantage (roll 2 keep highest)
# disadvantage (keep lowest)
# modifiers (add/subtract from result)
Output looks like this:
+-------+--------+
| Die | Roll |
+=======+========+
| d20a | 18 (4) |
| d6 | 5 |
+-------+--------+
| Total | 23 |
+-------+--------+
install
or with this repo checked out locally