0.1.3 • Published 10 years ago
dice-constants v0.1.3
dice-constants
What is it?
install
npm i --S dice-constantsusage
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
maketest
make JEST_FLAGS=--coverage testlint
make lintConsult the Makefile for further details.