Project Name
Description
A module to be able to create a Dice and roll it
Table of Contents
Installation
npm install roll-dice-quentin
Usage
import Dice from "roll-dice-quentin";
const dice = new Dice();
dice.roll(6);
dice.roll(10);
dice.roll(20);
How to Report an Issue
To report an issue, please follow the guidelines below:
- Go to the [Issues] section of this repository.
- Click on the "New Issue" button.
- Fill out the issue template with the necessary information.
- Provide a clear and concise description of the issue you are facing.
- Click on the "Submit New Issue" button to create the issue.
Thank you for helping us improve this project!
Issue Template
Please use the following template when creating a new issue:
### Description
[Provide a brief description of the issue]
### Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3]
...
### Expected Behavior
[Describe what you expected to happen]
### Actual Behavior
[Describe what actually happened]
### Additional Information
[Provide any additional information or context that may be helpful]
License
This project is licensed under the MIT License.
Contributing
Please see CONTRIBUTING.md for guidelines on how to contribute to this project.