Updated 2. NAPS2.Tools (markdown)

Ben Olden-Cooligan 2023-01-14 17:27:59 -08:00
parent 8a9a6a1a72
commit e1d7103526

@ -1,20 +1,20 @@
NAPS2 provides a set of command-line tools that builds on top of the [dotnet CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/). These provides functions for building, testing, packaging, verification, etc.
## How to run
# How to run
Open a terminal in your NAPS2 solution directory and run the following:
#### Powershell
**Powershell**
```function n2 { dotnet run --project NAPS2.Tools -- $args }```
#### Bash
**Bash**
```alias n2="dotnet run --project NAPS2.Tools --"```
Then you will be able to run commands with `n2` (e.g. `n2 build all`).
## Commands
# Commands
Run `n2 help` for a full list of commands and `n2 help <command>` for all options for a particular command. Some examples: