12 packages tagged with “readme”
A utility library for GitHub repository readme related operations
Contains template files to start a new Github-hosted project.
Fluent and object-model Markdown builder for .NET with CommonMark/GFM-style output. No external dependencies.
A library to generate a file from template which can include placeholder sections that reference other file (i.e., file includes). The referenced files can include similar sections to reference other files. The library was motivated by the need to reference other files in README.md file (other MD files, example code files, etc.). The method GenerateFileFromTemplate in interface FileInclude.ITemplateProcessor recursively compiles the template file specified in parameter templateFilePath, and all the files directly or indirectly referenced by the template file into a single file and returns the file contents in output parameter generatedFileContents. The default implementation of FileInclude.ITemplateProcessor is FileInclude.TemplateProcessor and it uses IncludedFilePlaceHolder element tag to locate the include place-holders. However the tag name can be changed by overriding the virtual property TemplateProcessor.FileIncludeTagName. The method FileInclude.ITemplateProcessor.GenerateFileFromTemplate returns errors as a list of FileInclude.IErrorData objects that contain error details. Also, the method checks and reports any possible circular references, to prevent infinite processing. There is also an extension method FileInclude.TemplateProcessorExtensions.GenerateFileFromTemplateAndSave which saves the file generated from the template. The extension method checks if the generated file was modified by other applications (say manually edited) since it was auto-generated last time, to prevent data loss.
Templates to use when creating common files.
Pro NuGet offers you a solid architectural understanding of how to manage software dependencies using NuGet, an open-source package management tool for the .NET Framework. Providing practical guidance through a multitude of examples and more advanced scenarios, this book shows you how to unleash all the power that NuGet offers. It will help you to streamline your day to day development and even make it more fun to write code. Authors Maarten Balliauw and Xavier Decoster have been working with NuGet since it was first released, contributing many ideas and practical solutions to the community over that time. In this book they demonstrate both the core concepts and the more advanced thinking needed to use NuGet effectively.
Пример описания вашего пакета с README.md
AI RAG agent over README documentation: chat, vector search, semantic answer reuse, token budgeting, caching, telemetry, retries/timeouts, rate limiting, DI integration — powered by Google Gemini.
A lightweight C# CLI tool that auto-generates README or ROADMAP files based on your project's structure. Now with Python and TypeScript support!
Build target for creating a nuget readme from a readme with relative links hosted on GitHub or GitLab.
CLI for creating a readme with absolute links from a readme with relative links hosted on GitHub or GitLab. Also supports removal and replacement.
Xamarin.Android Binding for Mukesh Solanki's MarkdownView, an Android webview with the capability of loading Markdown text or file and display it as HTML, it extends Android WebView.