Skip to content

Commit

Permalink
enhancement: Adding Taglines to manifest (Fixes #189)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Nov 1, 2023
1 parent 4aaf211 commit f490154
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions EZOut.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,7 @@
AliasesToExport = 'Write-CustomAction', 'Add-TypeData', 'Add-FormatData'
FormatsToProcess = 'EZOut.format.ps1xml'
TypesToProcess = 'EZOut.types.ps1xml'
PrivateData = @{
Colors = @{
Xml = @{
AttributeName = '#fafa00'
AttributeValue = '#00bfff'
Punctuation = '#a9a9a9'
Tag = '#00ffff'
Element = '#00af00'
InnerText = '#8bda8b'
}
}
PrivateData = @{
EZOut = @{
RichText = "Format-RichText"
Heatmap = "Format-Heatmap"
Expand All @@ -64,6 +54,15 @@
Hashtable = "Format-Hashtable"
JSON = "Format-JSON"
}

Taglines =
"Easily Output anything from PowerShell",
"Flexibly Format with PowerShell",
"Make your formatting fantastic",
"Easily extend types with PowerShell",
"Make output that really pops in PowerShell",
"Extended Types made Easy"

PSData = @{
ProjectURI = 'https://github.com/StartAutomating/EZOut'
LicenseURI = 'https://github.com/StartAutomating/EZOut/blob/master/LICENSE'
Expand Down

0 comments on commit f490154

Please sign in to comment.