jakeg / dependency-graph

Visualising dependencies within a graph

Home Page:http://www.jakeg.co.uk/dependency-graph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

# install dependencies
npm install

# run in development
npm run serve

# output build for github pages (/docs is being served)
npm run build

Run tests with node tests.js and import the module with eg const { RuleSet, SelectedOptions } = require('./index.js').

See it online at http://www.jakeg.co.uk/dependency-graph/

About

Visualising dependencies within a graph

http://www.jakeg.co.uk/dependency-graph/


Languages

Language:JavaScript 69.8%Language:Vue 30.2%