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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Wikidown.Cli --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.wikidownCLI — dotnet tool for AI agents and humans to maintain pages.wikidown-mcp— stdio MCP server so Claude / Copilot / other agents can edit the wiki. Seesamples/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:
.orderfile 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 | Versions 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.