/HostBox

Host for console and windows applications

Primary LanguageC#MIT LicenseMIT

logo HostBox

About

HostBox is a .net core CLI tool used for hosting .net applications.

Installation

HostBox nuget package can be installed both as a global and local .net cli tool.

dotnet tool install -g HostBox

dotnet tool install --tool-path {LOCAL_TOOL_PATH} HostBox

Usage

host [options]

Options:
	-?|-h|--help                  Show help information.
	-p|--path <path>              Path to hostable component.
	-v|--version                  Show version information.
	-w|--web                      Run as a web component.
	--placeholder-pattern         Pattern of placeholders to find and replace into the component configuration (default is '!{*}').
	-cs|--confirm-start           Requirement to ask for confirmation before starting the application.
	-cf|--confirm-finish          Requirement to ask for confirmation before terminating the application.
	-slp|--shared-libraries-path  Directory path where additional dll dependencies located.