ui-harness

v3.8.0
Isolate, test and document modular UI with React.
ui testing react modular design react-component

build:watch

npm run build -- --watch

build

rm -rf lib && ./node_modules/babel-cli/bin/babel.js src --out-dir lib --source-maps

dev

QUICK_BUILD=true ./node_modules/.bin/nodemon -x "./node_modules/babel-cli/bin/babel-node.js start.js"

lint

eslint --ext .js,.jsx ./src

prepublish

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

start

node start

tdd

npm run test -- --reporter min --watch

test

./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register

Metadata

  • MIT
  • Whatever
  • Phil Cockfield
  • released 4/13/2016

Downloads

Maintainers