1.0.2 • Published 3 years ago

dnd-dice-roller v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

dnd-dice-roller

A command line application for rolling DnD dice.

Dependencies

Installation

npm install dnd-dice-roller

Options

  • -v, --version
    • Fetch the version number of the tool.
  • -d, --dice
    • Roll some dice. Input is in standard dice format such as 4d6 or d20.
    • Example: dnd-dice-roller -d 4d6
  • -a, --ability roll
    • Generate 6 ability scores for character creation.
  • --advantage
    • Roll with advantage. Used in conjunction with the --dice option. Rolls an extra D20 and takes the highest number between your roll and the D20.
    • Example: dnd-dice-roller -d d20 --advantage
  • --disadvantage
    • Roll with disadvantage. Used in conjunction with the --dice option. Rolls an extra D20 and takes the lower number between your roll and the D20.
    • Example: dnd-dice-roller -d d20 --disadvantage
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago