1.1.1 • Published 1 year ago

roll-dice-quentin v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Project Name

License

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:

  1. Go to the Issues section of this repository.
  2. Click on the "New Issue" button.
  3. Fill out the issue template with the necessary information.
  4. Provide a clear and concise description of the issue you are facing.
  5. 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.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago