giraffe-template icon indicating copy to clipboard operation
giraffe-template copied to clipboard

A dotnet new template for Giraffe web applications.

Results 5 giraffe-template issues
Sort by recently updated
recently updated
newest added

No matter what `dotnet new giraffe` flags I use, the result is the same: ``` $ dotnet new giraffe -o WithTemplate The template "Giraffe" was created successfully. $ cd WithTemplate/...

bug

When updated dependencies i noticed that some nugets are really old and other nugets have different versions of nugets inside Giraffe.DotLiquid >= 3 prerelease Giraffe.Razor >= 5.1.0 prerelease

good first issue

I have been working with the .NET platform since 2015, I try to communicate often with other c# and f# developers and there is a feeling that a very small...

We currently don't have a [deploy CI](https://github.com/giraffe-fsharp/Giraffe/blob/6a364955f77609e9265c577ddd817c92fefe104c/.github/workflows/build.yml#L71) step and [release process](https://github.com/giraffe-fsharp/Giraffe/blob/master/DEVGUIDE.md#release-process) like we do in Giraffe.

The template build file on the solution template fails to build if it isn't on the right project. I think it would be better if the build file specified the...