Project Analyzer is a lightweight CLI tool that analyzes C# projects and provides useful insights such as file counts, keyword usage, and general project metrics.
Install globally using .NET:
dotnet tool install -g ProjectAnalyzer.Tool
Run inside a project directory:
projectanalyzer
Or specify a project path:
projectanalyzer C:\Projects\MyApp
- Analyze C# project structure
- Count files and lines of code
- Detect keywords and patterns
- Generate simple project reports
Project: MyApp
Files analyzed: 42
Lines of code: 12873
Classes: 31
Methods: 205
- .NET 8 or later
Yajnesh Ramdonee
This project is licensed under the MIT License.