dominicegginton / roll

Roll dice in the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roll

carbon (5)

Documentation

USAGE: roll [<sides>]

ARGUMENTS:
  <sides>                 The number of sides the dice should have (default: 6)

OPTIONS:
  -h, --help              Show help information.

Homebrew

brew install dominicegginton/formulae/roll

From source

Firstly before installing roll from source please check the required build dependencies:

To download the source code simply clone the repository using Git and use Make to build and install roll:

$ git clone https://github.com/dominicegginton/roll
$ cd roll
$ sudo make install

About

Roll dice in the command line

License:MIT License


Languages

Language:Swift 70.6%Language:Makefile 29.4%