mobx-utils

v1.1.5
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 && tape test/*.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 && istanbul cover tape test/*.js && cat ./coverage/lcov.info|coveralls

build-docs

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

prepublish

npm run build && npm run build-docs

test-travis

npm run build && npm run lint && istanbul cover tape test/*.js

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 1/3/2017

Downloads

Maintainers