LithoSharp.Tool 1.0.0

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

LithoSharp.Tool

.NET 10 CLI for C# static sites. Requires the .NET SDK and ASP.NET Core shared framework.

dotnet tool install LithoSharp.Tool --version 1.0.0 --tool-path .tools
dotnet new install LithoSharp.ProjectTemplates::1.0.0
.tools/lithosharp new docs MyDocs -o MyDocs
.tools/lithosharp build MyDocs
.tools/lithosharp serve MyDocs

On Windows use .tools/lithosharp.exe. MDX is optional and requires Node.js 24.13.0 plus explicit worker restore; see the Quick Start.

Use check --format text|json|sarif for quality validation, inspect --format json for build graph and cache information, and clean to remove unchanged owned files. build --clean performs a full output replacement. Sites export one public parameterless ISiteFactory; ordinary library callers can use the same definition.

See the CLI guide for factory examples, output behavior, development server limitations and deployment support.

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
1.0.0 49 9/15/2026
0.3.1 94 9/9/2026
0.3.0 94 9/8/2026