0.2.0 • Published 1 year ago

dnd-roller v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

dnd-roller

A simple dice roller for ttrpgs.

Usage

Best when used with npx

npx dnd-roller roll "1d20 + 2"

If you need to get help

npx dnd-roller help

You can also define aliases for common rolls. For instance, if you find yourself making a reflex save often, you can alias that

npx dnd-roller alias reflex 1d20+8

And then roll that again later

npx dnd-roller roll reflex

By default, aliases are stored in ~/.dnd-roller/config.json, but that can be changed with a flag

npx dnd-roller --config=~/.my-directory/config.json roll reflex
0.2.0

1 year ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago