dice-constants

v0.1.3
Constants for dice expression tokenizers.

dice-constants

js-standard-style

What is it?

install

npm i --S dice-constants

usage

var DICE_CONSTANT = require('dice-constants')

DICE_CONSTANT.OPERATOR // 'OPERATOR'
DICE_CONSTANT.DIE // 'DIE'
DICE_CONSTANT.LITERAL // 'LITERAL'

How do I work on it?

development

git clone https://github.com/sterpe/dice-constants.git
cd dice-constants
make

test

make JEST_FLAGS=--coverage test

lint

make lint

Consult the Makefile for further details.

npm i dice-constants

Metadata

  • MIT
  • Whatever
  • sterpe
  • released 4/10/2016

Downloads

Maintainers