NuGet
The package manager for .NET, equivalent to npm for JavaScript or pip for Python. NuGet packages are how .NET libraries get distributed, versioned, and consumed. When LlmsTxtKit is published, it will be distributed as a NuGet package that developers install with dotnet add package LlmsTxtKit.
Why it matters for writers: NuGet is the first place .NET developers look when searching for tools in any problem space. The fact that there were no llms.txt-related NuGet packages before LlmsTxtKit is itself a data point about how the .NET AI ecosystem gets overlooked. If a tree falls in the forest and no one publishes a NuGet package for it, did it make a sound?
Related terms: Semantic Kernel · ML.NET · ONNX Runtime