PhoenixCode.Lens
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global PhoenixCode.Lens --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local PhoenixCode.Lens --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixCode.Lens&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package PhoenixCode.Lens --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PhoenixCode Lens
Analyze legacy systems (Delphi, Angular, .NET), build a code graph, extract business rules with AI, and generate professional migration assessment reports.
Installation
dotnet tool install -g phoenixcode-lens
Requires .NET 10 SDK. Works on Windows, macOS, and Linux.
Quick Start
# Activate your license
phoenixcode-lens activate --key PX-2026-XXXX-XXXX
# Full pipeline: scan + analyze + report
phoenixcode-lens run --path ./src --type delphi --format docx,html
# Or run each step separately
phoenixcode-lens scan --path ./src --type delphi -o ./output
phoenixcode-lens analyze --scan-result ./output --extract-rules
phoenixcode-lens report --scan-result ./output --format docx,html,csv
Features
- Code Graph - Maps dependencies, data flows, and relationships across your entire codebase
- Business Rule Extraction - AI-powered analysis identifies and documents business logic in Spanish
- Migration Assessment - Professional DOCX reports with effort estimates, risk matrix, and roadmap
- Interactive Dashboard - HTML dashboard with D3.js graph visualization and filtering
- 100% Local - All analysis runs on your machine. Only AI calls go through the proxy
Supported Stacks
| Stack | Extensions | Status |
|---|---|---|
| Delphi | .pas, .dfm, .db (Paradox) | Available |
| Angular | .ts, .html | Planned |
| .NET | .cs, .csproj | Planned |
License
Commercial software. Free tier available (10 files, 5K LOC). Visit phoenixcode.ai for pricing and licensing.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.