jumpstate

v2.2.2
A dead-simple state machine for Redux and Vanilla JS
jumpsuit state redux react

test:lint

standard --verbose | snazzy

test:unit

jest --coverage

test

npm-run-all -c test:*

build:node

rm -rf lib && babel src -d lib --no-comments

build:umd

rm -rf jumpstate.js && browserify lib/index.js -s jumpstate -tg uglifyify -o jumpstate.js

watch

npm run build:node -- -w -s

prepublish

npm-run-all build:*
npm i jumpstate

Metadata

  • MIT
  • Whatever
  • Tanner Linsley
  • released 3/3/2017

Downloads