amacrobert / dice-roller
A command-line polyhedral dice roller, perfect for RPGs
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amacrobert/dice-roller
This package is auto-updated.
Last update: 2025-10-29 03:17:40 UTC
README
Command-line polyhedral dice roller
Usage
Roll once:
$ roll 3d6+2
Or roll interactively:
$ roll
roll> 3d6+5
roll> d20
roll> quit
Installation
- Install globally via Composer:
$ composer global require amacrobert/dice-roller
- If you don't already have your global composer bin directory as part of your PATH, add it in your shell profile:
export PATH=$PATH:$HOME/.composer/vendor/bin/
