kefir

v3.8.0
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

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 && jasmine-node --matchall test/specs && flow check

test-only

rollup -c ./configs/rollup.dev.js && jasmine-node --matchall test/specs

test-debug

rollup -c ./configs/rollup.dev.js && node --inspect-brk `npm bin`/jasmine-node --matchall test/specs

Metadata

  • MIT
  • Whatever
  • Roman Pominov
  • released 10/26/2017

Downloads

Maintainers