kefir

v3.8.2
Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage
frp bacon bacon.js kefir kefir.js functional reactive stream streams and 5 more...

prettify

./configs/prettier.sh

build-js

rollup -c ./configs/rollup.dev.js && rollup -c ./configs/rollup.prod.js && cp kefir.js.flow dist/

build-docs

node configs/docs.js

deploy-docs

git checkout gh-pages && git merge master && npm run build && git add . && git commit -m 'build all' && git push && git checkout master

clean

rm -r dist index.html || true

build

npm run clean && npm run build-js && npm run build-docs

test

./configs/prettier.sh check && rollup -c ./configs/rollup.dev.js && mocha && flow check

test-only

rollup -c ./configs/rollup.dev.js && mocha

test-debug

rollup -c ./configs/rollup.dev.js && mocha --inspect-brk

Metadata

  • MIT
  • Whatever
  • Roman Pominov
  • released 3/5/2018

Downloads