react-polymorph

v0.9.4-rc.4
React components with highly customizable logic, markup and styles.
react components composable customizable extendable flexible hackable render prop skins and 2 more...

build

cross-env yarn clean && yarn sass && yarn js

build:watch

concurrently 'yarn js:watch' 'yarn sass:watch'

clean

rimraf ./lib

flow:test

flow; test $? -eq 0 -o $? -eq 2

js

babel source -d lib -s

js:watch

yarn js --watch

lint

eslint --format=node_modules/eslint-formatter-pretty source stories *.js

prepare

yarn clean && yarn build

postinstall

postinstall-build lib --only-as-dependency

sass

node 'scripts/prepare-sass-files-for-publishing.js'

sass:watch

nodemon -e scss --watch source/themes --exec 'yarn sass'

storybook

start-storybook -p 6543 -c storybook --ci

storybook:build

build-storybook -c storybook -o dist/storybook

test

cross-env NODE_ENV=test jest

test:update

yarn test -u

test:watch

yarn test --watchAll

Metadata

Downloads