d3-state-visualizer

v1.6.0
Visualize your app state with a range of reusable charts
d3 state store tree visualization

build

yarn build:cjs && yarn build:esm && yarn build:types && yarn build:umd

build:cjs

babel src --extensions ".ts" --out-dir lib/cjs

build:esm

babel src --config-file ./babel.config.esm.json --extensions ".ts" --out-dir lib/esm

build:types

tsc --emitDeclarationOnly

build:umd

rollup -c

clean

rimraf lib

lint

eslint . --ext .ts

type-check

tsc --noEmit

prepack

yarn run clean && yarn run build

prepublish

yarn run type-check && yarn run lint

Metadata

  • MIT
  • Whatever
  • romseguy
  • released 1/25/2022

Downloads