Skip to content

Latest commit

 

History

History
 
 

NAPS2.Tools

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.