Glutinum.Template 1.1.1

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

Glutinum.Template

alternate text is missing from this package README image

Glutinum.Template is an opinionated template for creating Fable bindings/libraries.

[!NOTE] If you are looking for a template to create a standard F# project, you should look at MiniScaffold.

It features:

  • Project configuration with validation for common mistakes

    For example, it will check that you have FablePackageType set so the package will be listed in the Fable package registry.

  • Enforce commit message conventions via EasyBuild.CommitLinter

  • Automatic versioning and changelog generation based on the git history

  • Enforce code style with Fantomas

    • The code is automatically formatted on commit
  • Easy release thanks to a build orchestror

Usage

To use this template, you can run the following command:

dotnet new -i "Glutinum.Template::*"

Then you can create a new project with:

dotnet new glutinum -n MyProject

Once installed, you can refer to the MANUAL.md file in the generated project for more information.

  • .NETStandard 2.0

    • No dependencies.

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.1.1 88 12/30/2024
1.1.0 102 12/19/2024
1.0.0 165 8/13/2024

### 🐞 Bug Fixes

* Fix casing of the `content` folder to work on case sensitive file system ([0ee488e](https://github.com/glutinum-org/Glutinum.Template/commit/0ee488e45c8c3ef5779555a7409f042301c582d0))

<strong><small>[View changes on Github](https://github.com/glutinum-org/Glutinum.Template/compare/cd00a74431cf988b647aa4f25d208550dd4a01a3..0ee488e45c8c3ef5779555a7409f042301c582d0)</small></strong>