Falco.Template 5.0.3

dotnet new install Falco.Template::5.0.3
                    
This package contains a .NET Template Package you can call from the shell/command line.

Falco Template

NuGet Version

Installation

The easiest way to install the Falco template is by running the following command in your terminal:

> dotnet new install "Falco.Template::*"

This will pull and install the latest Falco.Template NuGet package into your .NET environment and make it available to subsequent dotnet new commands.

Updating the template

Whenever there is a new version of the Falco template you can update it by re-running the instructions from the installation.

You can also explicitly set the version when installing the template:

> dotnet new install "Falco.Template::5.0.3"

Getting Started

After the template has been installed you can create a new Falco web application by simply running dotnet new falco in your terminal:

> dotnet new falco -o /path/to/app/MyFalcoAp
> dotnet run --project /path/to/app/MyFalcoApp

This will generate a basic ASP.NET web application with Falco installed and activate, demonstrating some basic routing and output techniques.

Running the template locally

To experiment with the template locally, from source:

> cd src/Templates
> dotnet pack --configuration Release
> dotnet new install /bin/Release/Falco.Template.5.0.3.nupkg

To uninstall the local version:

> dotnet new uninstall Falco.Templates

Find a bug?

There's an issue for that.

License

Licensed under Apache License 2.0.

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
5.0.3 270 9/16/2025
5.0.2 260 9/16/2025
5.0.1 210 9/15/2025
5.0.0 381 4/8/2025
4.0.0 2,413 1/1/2023
3.0.0 1,025 2/8/2022
2.0.0 1,694 7/27/2021
1.0.1 1,792 12/1/2020
1.0.0 627 11/27/2020
1.0.0-alpha2 469 11/22/2020
1.0.0-alpha1 484 11/22/2020