Skip to content

sankethka/platyPS

 
 

Repository files navigation

Build status

PlatyPS

Generates PowerShell External Help XML files (aka MAML) from Markdown.

Repo structure

  • src\platyPS - sources to create the final PowerShell module.
  • src\Markdown.MAML, Markdown.MAML.sln - source code for C# Markdown to MAML converter.
  • Examples - misc files, showcases, etc.
  • test\EndToEndTests - Pester tests that do the full converting MAML -> Markdown -> MAML.
  • platyPS.schema.md - description of Markdown that platyPS expects.
  • TagsMapping.md - MAML schema description and its mapping to Markdown sections.
  • Create Markdown from existing external help files (MAML schema, XML).

  • Create Markdown using reflection.

  • Create external help files (MAML) from platyPS Markdown.

About

Generate PowerShell External Help files from Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 50.0%
  • PowerShell 26.0%
  • JavaScript 12.4%
  • CSS 8.0%
  • HTML 3.6%