mobx-utils

v3.0.0
Utility functions and common patterns for MobX
mobx mobx-utils promise reactive frp functional-reactive-programming state management

lint

npm run lint:ts && npm run lint:js

test

npm run build && tsc -p test && tape test/*.js .test-ts/*.js | faucet

build

tsc -p src && npm run webpack

lint:js

eslint ./test

lint:ts

tslint ./src/*.ts

webpack

webpack -p

coverage

npm run build && tsc -p test && istanbul cover tape test/*.js .test-ts/*.js && cat ./coverage/lcov.info|coveralls

build-docs

npm run build && documentation readme lib/mobx-utils.js --section API

prepublish

npm run build && npm run build-docs

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 7/25/2017

Downloads

Maintainers