FSH.CLI
0.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global FSH.CLI --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local FSH.CLI --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FSH.CLI&version=0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package FSH.CLI --version 0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fullstackhero CLI Tool
Prerequisites
Before creating your first fullstackhero solution, you should ensure that your local machine has:
Installation
After you have installed .NET, you will need to install the fsh
console tool.
dotnet tool install --global FSH.CLI
fsh install
You are now ready to create your first FSH project!
FSH .NET WebAPI Boilerplate
Here's how you would create a Solution using the FSH .NET WebAPI Boilerplate.
fsh api new Demo.Server
OR
fsh api n Demo.Server
This will create a new solution for you using the FSH Templates.
FSH Blazor WASM Boilerplate
Here's how you would create a Solution using the FSH Blazor WASM Boilerplate.
fsh wasm new Demo.Blazor
OR
fsh wasm n Demo.Blazor
This will create a new solution for you using the FSH Templates.
Update
dotnet tool update FSH.CLI --global
Uninstall
dotnet tool uninstall FSH.CLI --global
NuGet Generation
For developers
dotnet pack
More Features Incoming!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.