StartAutomating / Posh

PowerShell made Posh
https://posh.startautomating.com/
MIT License
59 stars 6 forks source link

`[PSModuleInfo]`.get_Tagline(s) #320

Open StartAutomating opened 1 year ago

StartAutomating commented 1 year ago

All modules should be able to have more than one tagline.

The default tagline should be the first line of the module's description.

Additional taglines can be provided in .PrivateData.PSData.Tagline(s)

Having multiple taglines enables a number of scenarios:

  1. Mutlimessage marketing (e.g. a semirandomized release message)
  2. A/B testing of marketability
  3. Improved "freshness" in module experience.