naps2/NAPS2.Tools/README.md
2023-02-04 15:07:00 -08:00

338 B

NAPS2.Tools

Tools for NAPS2 building, testing, packaging, verification, etc.

Quickstart

Powershell

function n2 { dotnet run --project NAPS2.Tools -- $args }

Bash

alias n2="dotnet run --project NAPS2.Tools --"

For more documentation see the wiki.