roll-dice-quentin
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i roll-dice-quentin

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

22.4 kB

Total Files

12

Last publish

Collaborators

  • brysto