Lefty.Schematron.Cli 0.0.6

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

schtron

CI NuGet License: MIT

Swiss-knife for Schematron operations, using .NET.

Running

> schtron
Swiss-knife for Schematron operations

Usage: schtron [command] [options]

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

Commands:
  eval          Evaluates an XML file using XSL transform
  format        Formats an XML file
  pfx           Creates a self-signed PFX file
  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
  version       Emits version information of embedded libraries

Run 'schtron [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.6 97 6/4/2026
0.0.5 104 6/3/2026
0.0.4 110 6/2/2026
0.0.3 94 6/2/2026
0.0.2 114 6/2/2026