Skip to content

Replace README.TXT with README.md #6

@DNS

Description

@DNS

Readme.md (Markdown table style)

  • Make comparison column/bar chart (sorted)
  • Make table comparison of benchmark (sorted)

Example:

Name Role Location
Alice King Product Manager New York, NY
Ben Ortiz Engineer San Francisco, CA
Cara Liu Designer Austin, TX

Install-Module PSMarkdown
Import-Module PSMarkdown

$a = @(
    [PSCustomObject]@{ Name = 'John'; Age = 30; City = 'New York' }
    [PSCustomObject]@{ Name = 'Alice'; Age = 25; City = 'Los Angeles' }
    [PSCustomObject]@{ Name = 'Bob'; Age = 40; City = 'Chicago' }
)

$a | ConvertTo-Markdown

Output:

City Age Name
New York 30 John
Los Angeles 25 Alice
Chicago 40 Bob

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions