A library providing to create a MSI setup for an application as easy as possible. This provides fluent API methods to simple bootstrap a program creating the MSI using WiX. Internally this project based on the external project `WixSharp`. Actually this is a wrapper for WixSharp.
This is the `TerminalCLI` main library and package. It provides the implementation to execute the mapped CLI. It references the `TerminalCLI` Declaration and Mapping libraries.
This is the `TerminalCLI` library used to create, declare and define Terminal Commands It provides the interfaces. If you only want to use the Terminal CLI as simple as possible, then use the main NuGet `PMGets.TerminalCLI.RuntimeDefault`.
This is the `TerminalCLI` library used to map the Commands with its options, parameters and variables to the CLI. If you only want to use the Terminal CLI as simple as possible, then use the main NuGet `PMGets.TerminalCLI.RuntimeDefault`.