rx-extra

v2.0.0-0
rx-extra extends the RxJS 5 library with extra methods like fromNodeReadableStream and splitOnChange
rx rxjs observable

build

npm run compile

compile

npm-run-all compile:*

compile:es5

rm -rf lib-es5 && cp -r src/ lib-es5 && tsc lib-es5/*.ts --declaration --sourceMap && rm -rf lib-es5/*.ts && rm -rf lib && mv lib-es5/ lib && echo ok || echo not ok

compile:esnext

rm -rf esnext && mkdir esnext && tsc src/*.ts --pretty --declaration --sourceMap --module commonjs --types 'node,lodash' --target ES2015 --outDir esnext && echo ok || echo not ok

postinstall

mv ./lib/* ./ && mv main.js index.js

test

mocha test/spec/api.js --reporter min --colors && echo ok || echo not ok

watch

npm-watch

Metadata

  • MIT
  • Whatever
  • Anders Riutta
  • released 10/26/2016

Downloads

Maintainers