devui

v1.0.0-7
Reusable React components for building DevTools monitors and apps.

start

npm run storybook

storybook

start-storybook -p 6006 -s ./fonts

build-storybook

build-storybook -s ./fonts

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline

clean

rimraf lib

test

jest

lint

eslint . --ext .ts,.tsx

lint:fix

eslint . --ext .ts,.tsx --fix

lint:css

stylelint "./src/**/*.js"

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

preversion

npm run type-check && npm run lint && npm run test

prepublishOnly

npm run clean && npm run build

Metadata

  • MIT
  • Whatever
  • Mihail Diordiev
  • released 3/6/2021

Downloads