devui

v1.0.0-0
Collection of reusable components for building a Remotedev monitor.

start

npm run storybook

build

rimraf ./lib && babel ./src --out-dir ./lib --ignore tests,stories

lint

eslint src

lintfix

eslint src --fix

lint:css

stylelint './src/**/styles/*.js'

format

prettier-eslint --write ./src/**/*.js

test:update

npm run jest -- -u

test

jest --no-cache

storybook

start-storybook -p 9001 -c .storybook -s ./fonts

publish-storybook

bash .scripts/publish_storybook.sh

prepublish

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

postpublish

npm run publish-storybook

Metadata

  • MIT
  • Whatever
  • Mihail Diordiev
  • released 3/15/2017

Downloads

Maintainers