dice-constants

0.1.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i dice-constants

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • sterpe