d3-state-visualizer

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

build

npm run build:types && npm run build:js && npm run build:umd && npm run build:umd:min

build:types

tsc --emitDeclarationOnly

build:js

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

build:umd

webpack --env.production --progress --config webpack.config.umd.ts

build:umd:min

webpack --env.production --progress --config webpack.config.umd.ts

clean

rimraf lib dist

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

preversion

npm run type-check && npm run lint

prepublishOnly

npm run clean && npm run build

Metadata

  • MIT
  • Whatever
  • romseguy
  • released 3/6/2021

Downloads