singel

v0.2.0
Test React components using the Single Element Pattern (Singel)
single element pattern singel react

test

jest

test:cli

babel-node src/cli.js test/fixture.js

coverage

npm test -- --coverage

postcoverage

opn coverage/lcov-report/index.html

lint

eslint src test

flow

flow check

clean

rimraf dist

flowbuild

flow-copy-source src dist

prebuild

npm run clean && npm run flowbuild

build

babel src -d dist

watch

npm-watch

patch

npm version patch && npm publish

minor

npm version minor && npm publish

major

npm version major && npm publish

prepublishOnly

npm run lint && npm test && npm run build

postpublish

git push origin master --follow-tags

Metadata

  • MIT
  • >=6
  • Diego Haz
  • released 6/8/2018

Downloads

Maintainers