2.0.3 • Published 3 years ago

throw-dice v2.0.3

Weekly downloads
26
License
ISC
Repository
github
Last release
3 years ago

Throw a dice

Returns random number 1 thru 6

Install

npm i throw-dice

Use

module

const throwDice = require('throw-dice')
console.log(throwDice())

// -> number 1 .. 6

call directly

npx throw-dice

// -> number 1 .. 6

install globally

npm i -g throw-dice

and call it anytime

throw-dice

// -> number 1 .. 6

short command version is also available

td
// -> number 1 .. 6
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago