Glutinum.Template 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install Glutinum.Template::1.1.0                
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
  • .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

### 🚀 Features

* Update template to use the latest tooling from EasyBuild ecosystem ([cd00a74](https://github.com/glutinum-org/Glutinum.Template/commit/cd00a74431cf988b647aa4f25d208550dd4a01a3))

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