fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Add a template pack #262

Closed dsyme closed 5 years ago

dsyme commented 5 years ago

This adds a template pack so you can just use:

dotnet new -i FSharp.TypeProviders.Templates
dotnet new typeprovider -n LemonadeProvider -lang F#

The template uses paket to acquire the files of the latest published type provider SDK.

cd LemonadeProvider

.paket\paket.exe update

dotnet build -c release

dotnet test -c release