Releases: elbruno/graphify-dotnet
Releases · elbruno/graphify-dotnet
v0.5.0 — First Public Release
graphify-dotnet v0.5.0
First public release of graphify-dotnet — an AI-powered knowledge graph builder for codebases.
Features
- AST-based code analysis — C#, Python, JavaScript, TypeScript, Java, Go
- AI semantic extraction via Ollama, Azure OpenAI, or GitHub Copilot SDK
- 7 export formats — JSON, HTML, SVG, Neo4j Cypher, Obsidian, Wiki, Report
- Interactive config wizard — \graphify config\ to set up providers
- Watch mode — auto-rebuild graph on file changes
- Install as .NET tool — \dotnet tool install -g graphify-dotnet\
Install
\\�ash
dotnet tool install -g graphify-dotnet
\\
Quick Start
\\�ash
graphify run ./your-project
graphify config
graphify run ./your-project --provider ollama --model llama3.2
\\
See docs/getting-started.md for a full walkthrough.