Airudit.MdBook 0.1.2

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

dotnet mdbook

This dotnet tool will turn a collection a markdown files into a book.

Install

Make a project local install with:

# create a tool manifest file for your project
dotnet new tool-manifest

# verify
cat .config/dotnet-tools.json

# install
dotnet tool install Airudit.MdBook

# verify
cat .config/dotnet-tools.json

# verify command
dotnet mdbook --help

Restore

If the tool il already installed in your project, you need to restore the tools using

https://learn.microsoft.com/en-us/dotnet/core/tools/local-tools-how-to-use

Use

Now you can use the command in your build process

dotnet mdbook help/ README.md

Usage:

MarkdownToHtml command usage: 
    {file path}+ [options]

Options: 
    --Export <dir>        Exports the generated documentation to this directory
    --Single-File <file>  Exports the generated documentation to a single file
    --Template <file>     Specifies the HTML template file

More info

Airudit.MdBook project

Tutorial: Install and use a .NET local tool using the .NET CLI

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.2 151 5/20/2025
0.1.1 144 5/20/2025
0.1.0 147 5/20/2025

experimental release!