Roll dice right from PowerShell!
Quickly generate and roll dice. Have a game with a custom set of dice? You can create a new custom dice and roll it.
This mostly stemmed from me wanting to learn how to use classes with PowerShell, and a severe addiction to role playing games.
Install-Module RPGDice
Check out the docs! https://heyitsgilbert.github.io/RPGDice/
If you want to submit a PR please do! You'll need to run the build script to test it. You should also include tests if you're adding a feature.
If it's your first time you'll want to run the bootstrap to install all the pre-requisite modules.
.\build.ps1 -Task Build -Bootstrap
Testing:
.\build.ps1 -Task Test