0.1.3 • Published 8 years ago

dice-constants v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.