Data Flow Relationship Graph - Visualize data flow, dependencies, and impact relationships in source code that uses the imsure library.
# 1. Install dependencies (auto builds after install)
pnpm install
# 2. Start frontend dev server
pnpm dev:graph
# Or preview the built frontend
pnpm preview# Build all packages (automatically runs on pnpm install)
pnpm build
# Build individually
pnpm build:graph # Build frontend
pnpm build:ast-analyzer # Build analyzer# Analyze files
pnpm cli analyze [project-path] -o output.json
# Show help
pnpm cli --help
pnpm cli analyze --help| Command | Description |
|---|---|
pnpm build |
Build all packages |
pnpm dev:graph |
Start frontend dev server |
pnpm preview |
Preview built frontend |
pnpm cli analyze |
CLI code analysis |