https://github.com/flowup/import-graph-visualizer
https://github.com/flowup/import-graph-visualizer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowup/import-graph-visualizer
- Owner: flowup
- License: mit
- Created: 2021-03-16T12:07:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T11:55:50.000Z (about 5 years ago)
- Last Synced: 2025-06-14T19:38:35.138Z (about 1 year ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```