New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@alvarocastro/roll-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alvarocastro/roll-cli

Roll your 2d6 from the command line!

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

roll-cli

NPM Build Status Maintainability Coverage Status XO code style

Roll your dices directly from the command line!

It supports the dice notation in the form of AdX, like 1d6 and even simple transforms like 2d10+5, but it also supports more complex rolls like 1d8-1d6/2.

Install

npm install -g @alvarocastro/roll-cli

Usage

$ roll 2d6
7
$ roll 1d6+1d10
12

It can also display detailed information about rolls being made:

$ roll -d 2d6+1d10+3
Rolls:
- 2d6: 2, 5
- 1d10: 8

Result: 18

roll [-d] <dice>

dice

A dice notation string. It supports % for percentile dices (1d% is the same as 1d100). It also supports basic math: +, -, * and /.

Options

-d, --details

Used to output detailed information about the roll. Useful to check doubles, critical hits (or failures)

-v, --version

Displays the current installed version of this utility.

Contributing

Contributions are always welcome! Please run npm test beforehand to ensure everything is ok.

Support

If you use this package please consider starring it :)

FAQs

Package last updated on 25 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts