FSH.CLI 0.0.4

dotnet tool install --global FSH.CLI --version 0.0.4
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.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FSH.CLI&version=0.0.4
nuke :add-package FSH.CLI --version 0.0.4

Fullstackhero CLI Tool

Prerequisites

Before creating your first fullstackhero solution, you should ensure that your local machine has:

  • .NET 7 You can find the download here.
  • NodeJS (16+) You can find the download here.

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 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.

Version Downloads Last updated
0.0.4 4,904 4/8/2023
0.0.3 132 4/8/2023
0.0.2 164 4/8/2023
0.0.1 135 4/8/2023