armin

v0.0.2
Declarative state machines for React!
armin state-management finite-state-machine

build

rollup -c

clean

rimraf lib dist es

lint

eslint {__tests__,src}/*.js

example

BABEL_ENV=example parcel example/index.html

watch

npm-watch

test:watch

cross-env BABEL_ENV=test NODE_ENV=test jest --watchAll

test

cross-env BABEL_ENV=test jest

pretty

prettier --write '{__tests__,src}/*.js'

prebuild

npm run clean

prepublish

npm run pretty && npm run lint && npm run test && npm run build

postpublish

git push origin master --tags
npm i armin

Metadata

  • MIT
  • Whatever
  • Bhargav Ponnapalli
  • released 5/29/2018

Downloads

Maintainers