dotnet-serve 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package dotnet-serve --version 0.1.0
NuGet\Install-Package dotnet-serve -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotnet-serve" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-serve --version 0.1.0
#r "nuget: dotnet-serve, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dotnet-serve as a Cake Addin
#addin nuget:?package=dotnet-serve&version=0.1.0

// Install dotnet-serve as a Cake Tool
#tool nuget:?package=dotnet-serve&version=0.1.0

Add this to your *.csproj file and execute dotnet restore.

<ItemGroup>
  <DotNetCliToolReference Include="dotnet-serve" Version="0.1.0" />
</ItemGroup>

Then, execute dotnet serve from the project directory.

Usage

dotnet serve [path] [options]

Arguments:
  path                    Base path to the server root

Options:
  -p|--port <PORT>        Port to use [8080]. Use 0 for a dynamic port.
  -a|--address <ADDRESS>  Address to use [0.0.0.0]
  -o|--open-browser       Open a web browser when the server starts [false]
  -?|-h|--help            Show help information
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.175 802,739 3/30/2024
1.10.172 6,933,929 6/28/2023
1.10.168 76,744 6/25/2023
1.10.162 5,302 6/25/2023
1.10.158 3,165 6/25/2023
1.10.155 2,564,625 2/4/2023
1.10.149 1,716,085 10/8/2022
1.10.140 512,984 9/15/2022
1.10.128 1,480,448 6/28/2022
1.10.112 830,988 4/24/2022
1.10.93 5,939 2/1/2022
1.10.82 5,949 11/28/2021
1.9.71 4,631 9/25/2021
1.8.34 8,304 3/4/2021
1.8.31 3,205 3/4/2021
1.8.26 3,439 3/4/2021
1.8.25 3,648 3/4/2021
1.8.15 46,675 1/31/2021
1.7.141 5,121 12/3/2020
1.7.140 3,395 12/3/2020
1.7.139 6,632 11/6/2020
1.7.138 3,295 11/6/2020
1.7.137 4,148 10/1/2020
1.7.136 3,559 9/5/2020
1.7.135 3,558 9/2/2020
1.7.134 3,511 9/2/2020
1.7.133 3,626 8/30/2020
1.7.132 4,690 7/17/2020
1.7.131 4,029 6/28/2020
1.7.130 3,419 6/28/2020
1.7.125 206,828 5/2/2020
1.7.124 3,293 4/25/2020
1.7.123 3,084 4/25/2020
1.7.122 3,765 4/11/2020
1.7.121 3,324 4/11/2020
1.7.120 4,112 3/15/2020
1.7.119 3,857 2/29/2020
1.7.116 3,682 2/11/2020
1.6.0 15,242 12/4/2019
1.5.0 92,859 10/22/2019
1.4.1 4,113 9/21/2019
1.4.0 3,532 9/20/2019
1.3.0 3,961 8/29/2019
1.2.0 6,300 2/25/2019
1.1.0 5,157 10/18/2018
1.0.0 5,596 5/30/2018
0.4.1 4,473 5/11/2018
0.4.0 4,591 5/11/2018
0.3.0 4,709 4/11/2018
0.2.1 4,568 3/28/2018
0.2.0 4,734 3/12/2018
0.1.0 1,930 12/13/2017

0.1.0:
Initial release
- Provides a simple command-line web server for dotnet