0.1.1 • Published 8 years ago

@bdavidxyz/rolldice v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Roll Dice

A small library that rolls a classic dice : 1 to 6.

Installation

npm install @bdavidxyz/rolldice

Usage

var rollDice = require('@bdavidxyz/rolldice');

var rolled = rollDice();

console.log(rolled);

Output should be a number between 1 (inclusive) and 6 (inclusive)

Tests

No test.

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style.

0.1.1

8 years ago

0.1.0

8 years ago