naps2/NAPS2.Tools
2024-04-06 09:48:26 -07:00
..
Localization Fix translations with quotes 2023-12-23 12:16:46 -08:00
Project Tools: Prevent custom name from overwriting platform 2024-04-06 09:48:26 -07:00
Sdk Sdk upload command 2023-08-29 21:04:11 -07:00
.gitignore Add a NAPS2.Tools n2-config.json file for configuring the share dir 2022-10-30 15:55:25 -07:00
app.config Create a generic NAPS2.Tools project for various commands, starting with "n2 clean" 2022-07-04 16:50:12 -07:00
Cli.cs Deb packaging 2023-03-02 05:34:43 +00:00
ICommand.cs Fix namespaces 2023-04-29 16:32:15 -07:00
N2Config.cs Fix config initial contents 2023-02-05 04:27:33 +00:00
NAPS2.Tools.csproj Upgrade packages 2024-03-19 17:01:32 -07:00
OptionsBase.cs Fix namespaces 2023-04-29 16:32:15 -07:00
Output.cs Global verbose state for tools 2022-11-13 12:58:47 -08:00
Paths.cs Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
Program.cs C# 12: Use collection initializers 2023-12-06 20:17:50 -08:00
README.md Simplify the NAPS2.Tools readme and link to the wiki 2023-02-04 15:07:00 -08:00

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.