JSPM

roll-dice-quentin

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q11669F
  • License MIT

An open source projet for class to being able to roll a dice.

Package Exports

  • roll-dice-quentin
  • roll-dice-quentin/dist/index.js
  • roll-dice-quentin/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (roll-dice-quentin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.