Skip to content

A custom template for `dotnet new` to create a new F# worker service project.

License

Notifications You must be signed in to change notification settings

ndichiaro/fsworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FS Worker

Overview

A custom template for dotnet new to create a new F# worker service project.

Nuget (with prereleases)

Installing the template

To install fsworker, use the dotnet new -i|--install command

dotnet new --install Template.Worker.FSharp

To install a specific version use :: followed by the desired version

dotnet new --install Template.Worker.FSharp::1.0.0

Using the template

To create a project using the fsworker worker, use the dotnet new command and specify fsworker as the template

dotnet new fsworker

By default, a project will be created using the name of the directory dotnet new was executed in. To specify the project name use the -n|--name option

dotnet new fsworker -n Demo.FSharp.Worker

About

A custom template for `dotnet new` to create a new F# worker service project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages