rhymeswithmogul / PSOutMarkdown

A Markdown renderer for PowerShell 7.2 and higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colin's PowerShell Module Template

I wrote so many modules that I wound up making this template so that I can get started faster. Once you've started working:

  1. Find and replace $$$MODULE_NAME$$$ with the module's name.
  2. Create a module manifest.
  3. Create a source file in src/.
  4. Put icons in icon/.
  5. Generate documentation with platyPS.
  6. Fill out the NEWS and CHANGELOG files.
  7. Use New-Release.ps1 on a Windows machine to create a signed binary for the PowerShell Gallery.

But I'm not Colin!

Then I hope you find this useful anyway. I will not be accepting PRs on this, though.

Now delete this line and everything above it.

$$$MODULE_NAME$$$

PowerShell Gallery Version PowerShell Gallery Download from PowerShell Gallery GitHub Workflow Status Run Pester tests License: AGPL v3

Describe the module.

About

A Markdown renderer for PowerShell 7.2 and higher

License:GNU Affero General Public License v3.0


Languages

Language:PowerShell 100.0%