d3-dag

v1.0.0-ts4
Layout algorithms for visualizing directed acylic graphs.
d3 d3-module layout dag infovis

fmt

pnpify prettier --write --cache '{src,test-d}/**/*.ts' '*.json' 'examples/*.json' bundle.test.ts bundle.mjs flow.mjs

lint:ts

tsc

lint:es

eslint --cache src/**/*.ts

lint:doc

typedoc --emit none

lint

yarn lint:ts && yarn lint:doc && yarn lint:es

build:ts

tsc -p tsconfig.build.json

build:flow

node flow.mjs --cache

build:bundle

rm -rf bundle && node bundle.mjs

build

yarn build:ts && yarn build:bundle

test:jest

jest src

test:cov

yarn test:jest --coverage

test:bundle

yarn build:bundle && jest bundle.test.ts

test

yarn test:cov && yarn test:bundle

prepack

jest --clear-cache && rm -rf dist bundle && yarn lint && yarn test && yarn build

doc

typedoc

doc:watch

typedoc --watch

Metadata

  • MIT
  • Whatever
  • Erik Brinkman
  • released 8/6/2023

Downloads

Maintainers