Skip to content

peterstarling/roll-dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roll-dice

Role Playing Game Dice Rolling

Usage

  1. Pull
  2. Import roll or createRoller from libs/ like so:

import {roll, createRoller} from 'libs/';

  1. Enjoy.

Test

Run npm test.

Info

This plugin works with babel-cli only (it's not production ready). This is due to problems with babel-plugin-resolver when running a build. To make it production ready the plugin needs to be removed and modules have to be referenced with relative paths. For this exercise however I decided to use a namespace-like convention for module loading.

About

Role Playing Game Dice Rolling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published