Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianary/PSModuleTemplate
A .NET Core template for a binary F# PowerShell module
https://github.com/brianary/PSModuleTemplate
fsharp powershell powershell-module template
Last synced: 3 months ago
JSON representation
A .NET Core template for a binary F# PowerShell module
- Host: GitHub
- URL: https://github.com/brianary/PSModuleTemplate
- Owner: brianary
- License: mit
- Created: 2019-11-24T07:28:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T03:50:23.000Z (over 2 years ago)
- Last Synced: 2024-04-28T11:34:17.152Z (6 months ago)
- Topics: fsharp, powershell, powershell-module, template
- Language: PowerShell
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fsharp-project-templates - brianary/PSModuleTemplate - .NET Core template for a binary F# PowerShell module (List / PowerShell)
- jimsghstars - brianary/PSModuleTemplate - A .NET Core template for a binary F# PowerShell module (PowerShell)
README
PSModuleTemplate
================[![PowerShell Edition](https://img.shields.io/badge/PSEdition-Desktop%2FCore-blue.svg)](https://www.powershellgallery.com/packages/PSModuleTemplate/)
[![PowerShell Version](https://img.shields.io/badge/PowerShell-5.1+%20%28WPS%2FPSC%29-blue.svg)](https://www.powershellgallery.com/packages/PSModuleTemplate/){{ Add description here }}
Cmdlets
-------Documentation is automatically generated using [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`).
- [Get-Foo](docs/Get-Foo.md)
Tests
-----Tests are written for [Pester](https://github.com/Pester/Pester) (`.\test.cmd`).