kefir.atom

v4.0.6
Composable and decomposable reactive state with lenses and Kefir
atom compose decompose kefir lens model observable reactive state and 2 more...

dist

npm run dist:bowerify & npm run dist:bowerify.min & npm run dist:commonjs & wait

dist:bowerify

NODE_ENV=dev browserify src/kefir.atom.js -t babelify --no-bundle-external -d -s kefir.atom -g envify > dist/kefir.atom.js

dist:bowerify.min

NODE_ENV=production browserify src/kefir.atom.js -t babelify --no-bundle-external -s kefir.atom -g envify -g uglifyify | uglifyjs -m -c > dist/kefir.atom.min.js

dist:commonjs

babel src --source-maps inline --out-dir lib

lint

eslint src test

prepublish

npm run lint && npm run test && npm run dist

report-coverage

nyc report --reporter=lcov > coverage.lcov && codecov

test

nyc mocha

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/13/2017

Downloads