Skip to content

krymtkts/FsPowerShellTemplate

Repository files navigation

FsPowerShellTemplate

A minimal template repository for building PowerShell modules in F#.

This repository supports two use cases:

  1. As a GitHub template repository.
  2. (Planned) Packaged and published as a NuGet template package. Once available, users can run dotnet new ... to scaffold a new F# PowerShell module project.

Features

Requirements

  • General
    • .NET SDK as specified in global.json (this repository pins .NET SDK 10)
  • Command-line predictor
    • PowerShell 7.2+
    • PSReadLine 2.2.2+
    • .NET 8 SDK 6.0.0+ (for PowerShell 7.2)
  • Feedback Provider
    • PowerShell 7.4+
    • Enable the PSFeedbackProvider experimental feature
    • .NET 8 SDK 8.0.0+ (for PowerShell 7.4)

License

MIT. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors