Returns random number 1 thru 6
npm i throw-diceconst throwDice = require('throw-dice')
console.log(throwDice())
// -> number 1 .. 6npx throw-dice
# -> number 1 .. 6npm i -g throw-diceand call it anytime
throw-dice
# -> number 1 .. 6short command version is also available
td
# -> number 1 .. 6