Docify.CLI 0.1.3-alpha

This is a prerelease version of Docify.CLI.
dotnet tool install --global Docify.CLI --version 0.1.3-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Docify.CLI --version 0.1.3-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Docify.CLI&version=0.1.3-alpha&prerelease
                    
nuke :add-package Docify.CLI --version 0.1.3-alpha
                    

Docify

CI NuGet License .NET

A CLI tool for generating XML documentation comments for .NET projects using AI.

Status: In active development

Overview

Docify analyzes .NET codebases using Roslyn and generates contextually-aware XML documentation through LLM integration. It provides an interactive terminal interface for reviewing and editing suggestions before applying changes.

Key Features

  • Roslyn-based semantic analysis
  • Interactive terminal UI for documentation review
  • Context-aware suggestions using call-site analysis
  • Staleness detection for outdated documentation
  • Cross-platform support (Windows, macOS, Linux)
  • Local-first architecture with no cloud dependencies

Installation

dotnet tool install -g Docify.CLI

Quick Start

# Configure your LLM provider
docify config set-provider openai
docify config set-api-key openai

# Analyze your project
docify analyze <project-path>

# Generate documentation
docify generate <project-path>

📖 Read the complete Quick Start Guide for detailed instructions, command reference, and best practices.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

Please read our Code of Conduct before contributing.

License

MIT License - see LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

Version Downloads Last Updated
0.1.3-alpha 149 10/31/2025
0.1.2-alpha 199 10/29/2025
0.1.1-alpha 189 10/28/2025
0.1.0-alpha 287 10/27/2025 0.1.0-alpha is deprecated because it is no longer maintained.
0.0.2-alpha 177 10/28/2025