mobx

v2.1.3
Simple, scalable state management.
mobx mobservable observable react-component react reactjs reactive model frp and 4 more...

lint

tslint -c tslint.json src/*.ts src/types/*.ts src/api/*.ts src/core/*.ts src/utils/*.ts

perf

npm run small-build && time node --expose-gc test/perf/index.js

tape

tape test/*.js | faucet

test

npm run quick-build && npm run tape

coverage

npm run small-build && npm run build-tests && istanbul cover tape test/*.js test/perf/index.js && cat ./coverage/lcov.info|coveralls

full-test

npm run small-build && npm run build-tests && npm run use-minified && npm run tape && npm run perf

prepublish

npm run small-build

build-tests

npm run build-typescript-tests && npm run build-babel-tests

quick-build

tsc

small-build

scripts/single-file-build.sh

test-travis

npm run test-browser && istanbul cover tape test/*.js test/perf/index.js && npm run use-minified && npm run tape

test-browser

npm run small-build && ( browserify test/*.js | tape-run )

use-minified

cp lib/mobx.min.js lib/mobx.js

build-babel-tests

babel test/babel/babel-tests.js -o test/babel-tests.js

build-typescript-tests

tsc -m commonjs -t es5 --experimentalDecorators --noImplicitAny --outDir test test/typescript-tests.ts

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 4/15/2016

Downloads

Maintainers