observable-hooks

v1.0.2
React hooks for RxJS Observables with powerful APIs.

doc

shx rm -rf typedoc && typedoc src

lint

eslint src/**

test

jest

build

shx rm -rf dist && yarn lint && yarn build:esm && yarn build:cjs

commit

git-cz

release

standard-version

test:CI

jest --coverage --coverageReporters=text-lcov | coveralls

build:cjs

shx rm -rf dist/cjs && cross-env NODE_ENV=production tsc -p tsconfig.json --module commonjs --target es5 --outDir dist/cjs

build:esm

shx rm -rf dist/esm && cross-env NODE_ENV=production tsc -p tsconfig.json --module es2015 --target es5 --outDir dist/esm

Metadata

  • MIT
  • Whatever
  • CRIMX
  • released 8/3/2019

Downloads

Maintainers