An open API service indexing awesome lists of open source software.

https://github.com/flowup/import-graph-visualizer


https://github.com/flowup/import-graph-visualizer

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Import Graph Visualizer

_TODO: description_

## Setup

_TODO_

## Usage

_TODO_

## Development

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

```sh
npm install
```

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

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

Then run a development server with:

```sh
npm start
```

If you need to update icons and mappings from [VSCode Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme), run:

```sh
npm run fetch-icons
```