HostBox is a .net core CLI tool used for hosting .net applications.
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
host [options]
Options:
-p|--path <path> Path to hostable component.
-v|--version Show version information.
-w|--web Run as a web component.
-?|-h|--help Show help information.