Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 597 Bytes

File metadata and controls

37 lines (23 loc) · 597 Bytes

Import Graph Visualizer

TODO: description

Setup

TODO

Usage

TODO

Development

For local development, clone this repo and first install dependencies with:

npm install

Then pick a project for testing and generate its dependencies using the CLI:

npm run cli -- --entry-points path/to/entry/module --ts-config path/to/tsconfig/file

Then run a development server with:

npm start

If you need to update icons and mappings from VSCode Material Icon Theme, run:

npm run fetch-icons