Wikidown.Cli 0.1.1

dotnet tool install --global Wikidown.Cli --version 0.1.1
                    
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 Wikidown.Cli --version 0.1.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Wikidown.Cli&version=0.1.1
                    
nuke :add-package Wikidown.Cli --version 0.1.1
                    

Wikidown

An Azure DevOps–Wiki-compatible wiki that lives in /docs of any code repo.

Wikidown bundles:

  • Wikidown.Core — library for reading/writing ADO-wiki-formatted pages.
  • wikidown CLI — dotnet tool for AI agents and humans to maintain pages.
  • wikidown-mcp — stdio MCP server so Claude / Copilot / other agents can edit the wiki. See samples/mcp/ for drop-in configs.
  • Agent configs — drop-in Claude Code and GitHub Copilot setups; see agents/.
  • Wikidown Web — a Blazor WASM PWA editor that commits directly to GitHub or Azure DevOps via REST (no backend). Hosted on GitHub Pages.
  • Wikidown Site — the product/marketing page (also on GitHub Pages).

See PLAN.md for the current build plan and scope.

Format (MVP)

  • Page file on disk: My-Page.md; rendered title: My Page.
  • Subpages: a folder alongside the page file with the same base name.
  • Ordering: .order file per folder lists page base-names, one per line.
  • Links use titles: [Release Notes](/Getting-Started/Release-Notes).

Status

Work in progress. See PLAN.md for chunk-by-chunk progress.

Product 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.

Version Downloads Last Updated
0.1.1 105 4/21/2026
0.1.0 91 4/21/2026