Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.11 KB

RPGDice

PowerShell Gallery PowerShell Gallery Version GitHub Workflow Status PowerShell Gallery

Roll dice right from PowerShell!

Overview

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.

Installation

Install-Module RPGDice

Examples

Check out the docs! https://heyitsgilbert.github.io/RPGDice/

Pull Requests

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