Neko 26.6.1661

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

Neko

NuGet

Neko is a powerful, elegant static site generator designed to help you create beautiful, documentation-first websites with incredible ease. Built with .NET 10 and leveraging the full flexibility of Markdown paired with the modern styling of Tailwind CSS, Neko effortlessly transforms your content into a modern, highly responsive, and feature-rich documentation site.

Whether you're writing simple project READMEs or complex multi-repository enterprise documentation, Neko makes it look professional right out of the box! ✨

🌟 Key Features

  • 📝 Markdown First: Write your documentation in standard Markdown. Neko intuitively handles the rest.
  • 🧩 Rich Components: Enhance your docs with powerful built-in components like Callout Alerts, Badges, Tabs, Steps, Cards, and more!
  • 🎨 Syntax Highlighting: Beautiful, automatically-styled code blocks with syntax highlighting and one-click copy functionality.
  • 📊 Diagrams & Math: Integrated, out-of-the-box support for Mermaid diagrams and KaTeX math formulas.
  • 📱 Responsive Design: A perfect mobile-friendly layout powered by Tailwind CSS that looks great on any screen size.
  • 🌓 Dark Mode: Seamless built-in support for fluid light and dark themes.
  • Fast & Lightweight: Generates purely static HTML files that are lightning fast and can be hosted anywhere.

📚 Resources

🚀 Installation

Install Neko as a global .NET tool:

dotnet tool install -g Neko

🛠️ Usage

Build your site:

neko build

Watch for changes and serve locally:

neko watch

📂 Multi-Repo Mode

Neko automatically supports building and watching multiple documentation projects from a single repository. If Neko detects multiple neko.yml files in subdirectories, it automatically enables multi-repo mode.

In this mode:

  • Each nested neko.yml creates a dedicated route (e.g., ./api-docs/neko.yml gets mapped to localhost:5000/api-docs/).
  • The root index.md and neko.yml are also respected and serve as your central landing page.
  • Sub-projects will automatically inherit essential configuration settings (such as the Theme, Branding, and Snippets configuration) from parent neko.yml files, letting you maintain consistency effortlessly while still allowing granular overrides where needed.
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
26.6.1661 0 6/8/2026
26.6.1656 0 6/8/2026
26.6.1631 58 6/6/2026
26.6.1464 135 6/2/2026
26.5.1301 120 5/28/2026
26.5.1285 102 5/28/2026
26.5.1258 107 5/27/2026
26.5.1254 96 5/27/2026
26.5.1245 99 5/26/2026
26.5.1211 108 5/22/2026
26.5.1205 99 5/22/2026
26.5.1195 102 5/21/2026
26.5.1172 104 5/20/2026
26.5.1097 102 5/19/2026
26.5.1084 99 5/19/2026
26.5.1076 96 5/19/2026
26.5.1066 98 5/19/2026
26.5.1024 103 5/18/2026
26.5.1010 91 5/18/2026
26.5.998 93 5/18/2026
Loading failed