Skip to content

Commit

Permalink
updated readme generator
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Oct 23, 2024
1 parent ebb932e commit f5676e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generate-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ foreach ($file in $userJsFiles) {

$endOfCommentBlock = $false

if ($autoUpdate) {
$autoUpdateText = ""
} else {
$autoUpdateText = ""
}

$scriptList += " ### $name`n`n"
$scriptList += " - **Install:** "
if ($autoUpdate) { $color = "green" } else { $color = "blue" }
Expand All @@ -85,7 +79,5 @@ foreach ($file in $userJsFiles) {

}

#$tableRows | ForEach-Object { Write-Output $_ }

$template = Get-Content .\ReadmeTemplate.md
$template -replace '{scriptlist}', $scriptList

0 comments on commit f5676e6

Please sign in to comment.