Skip to content

CodeMedic v0.1.0 - Initial Release

Latest

Choose a tag to compare

@csharpfritz csharpfritz released this 06 Dec 19:43
· 18 commits to main since this release
8ac818b

🎉 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