d3-dag

v0.4.2
Layout algorithms for visualizing directed acylic graphs.
d3 d3-module layout dag infovis

lint

prettier --check 'src/**/*.ts' 'test/**/*.ts' 'types/**/*.d.ts' package.json tsconfig.json .eslintrc.json && eslint src test types --ext .ts

format

prettier --write 'src/**/*.ts' 'test/**/*.ts' 'types/**/*.d.ts' package.json tsconfig.json .eslintrc.json && import-sort --write 'src/**/*.ts' 'test/**/*.ts' 'types/**/*.d.ts'

fix

eslint src test types --ext .ts --fix

build

tsc

test

jest --coverage && yarn lint

prepare

yarn test && yarn build && rollup --banner "$(preamble)" --config

todo

grep -rI --color TODO src test types

docs

typedoc --out docs --stripInternal --media resources src && touch docs/.nojekyll

Metadata

  • MIT
  • Whatever
  • Erik Brinkman
  • released 9/19/2020

Downloads

Maintainers