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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Lefty.Schematron.Cli --version 0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
schtron
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 | Versions 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.