Glutinum.Template 1.0.0

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

## 1.0.0

### 🚀 Features

- Use EasyBuild.CommitParser + improve first user experience + add more instructions ([93a77c9](https://github.com/easybuild-org/EasyBuild.FileSystemProvider/commit/93a77c9355923a64296770573ee93940ea14d1d5))
- Initial setup of the template ([32cd2c9](https://github.com/easybuild-org/EasyBuild.FileSystemProvider/commit/32cd2c90729fc88f1eece20a2d744cc2f68dede1))