yoda-ui-toolkit

v0.0.34
Collection of reusable react ui components

start

rimraf dist && tsapp-scripts start

release

npm run build && npm version patch && npm publish

build

rimraf dist && tsc && node copycss.js

postbuild

babel dist -d dist

test

rimraf dist && tsapp-scripts test

test:watch

npm run -s test & npm run -s test -- --u --watch --onlyChanged

Metadata

Downloads