@articulate/ducks

v0.1.1
Collection of redux helper functions

build

buble -i src -o lib

clean

rm -rf lib && mkdir -p lib

coverage

nyc report --reporter=text-lcov | coveralls

lint

eslint src test

postversion

git push --tags origin master

prebuild

yarn run clean

pretest

yarn run build

preversion

git checkout master && yarn run build

test

mocha test --reporter=dot

test:ci

yarn run lint && yarn run test:coverage && yarn run coverage

test:coverage

nyc yarn run test
npm i @articulate/ducks

Metadata

  • MIT
  • Whatever
  • articulate
  • released 8/3/2018

Downloads