Lefty.Schematron.Cli 0.0.15

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

schtron

CI NuGet License: MIT

Swiss-knife for Schematron operations, using .NET.

Running

> schtron --help
Swiss-knife for Schematron operations

Usage: schtron [command] [options]

Options:
  --version     Show version information.
  -?|-h|--help  Show help information.

Commands:
  pfx           Creates a self-signed PFX file
  sch           Schematron commands
  version       Emits version information of embedded libraries
  xml           XML commands

Run 'schtron [command] -?|-h|--help' for more information about a command.
> schtron sch --help
Schematron commands

Usage: schtron sch [command] [options]

Options:
  -?|-h|--help  Show help information.

Commands:
  sign          Signs a Schematron file
  transform     Transforms a Schematron file to XSL v2/v3 transforms
  validate      Validates a Schematron file
  verify        Verifies digital signature on a Schematron file

Run 'sch [command] -?|-h|--help' for more information about a command

Pre-requisites

Installing

To install the tool as a repository tool, run the following command in the root of your repository:

> dotnet tool install --local Lefty.Schematron.Cli --create-manifest-if-needed

If you'd rather have the tool installed globally in your machine, run the following command:

> dotnet tool install --global Lefty.Schematron.Cli

Licensing

The present tool is available under MIT/

This software would not be possible without the following two libraries:

  • schxslt1 is Copyright (c) David Maus (MIT License)
  • schxslt2 is Copyright (c) David Maus (MIT License)

The source code for the above XSL transforms are bundled into the Lefty.Schematron assembly as embedded resources.

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
0.0.15 42 8/15/2026
0.0.6 122 6/4/2026
0.0.5 121 6/3/2026
0.0.4 125 6/2/2026
0.0.3 113 6/2/2026
0.0.2 130 6/2/2026