🎉 Initial Release
CodeMedic is a .NET repository health analysis tool providing comprehensive insights into your codebase.
✨ Features
- Repository Health Dashboard - Simple health analysis
- Bill of Materials - Inventory of .NET dependencies and NuGet packages
- Vulnerability Scanning - Security analysis of NuGet packages
- Cross-Platform - Works on Windows, macOS, and Linux
- Docker Support - Containerized execution
- Plugin Architecture - Extensible analysis engine
🚀 Quick Start
git clone https://github.com/csharpfritz/codemedic.git
cd codemedic/src/CodeMedic
dotnet build
dotnet run -- --help📖 Documentation
- User Guide: https://github.com/csharpfritz/codemedic/tree/main/user-docs
- Technical Docs: https://github.com/csharpfritz/codemedic/tree/main/doc