Skip to content

Commit

Permalink
add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Apr 6, 2024
1 parent 98e6d42 commit 229919b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/diffs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ do
stars["$name"]=$total
done < "data/$1"

echo "# Devops OSS Tools Top 30 Chart"
echo "<sup>Compiled using https://github.com/vilaca/awesome-k8s-tools</sup>"

printf '<div align="center">\n\n'

echo "|Current|Previous|Repository|Stars|"
Expand All @@ -55,7 +58,6 @@ do
echo "|$position|${last:--}|[https://github.com/$name]($name)<br/>$desc|$total <sup>(+$star)</sup>|"
done < "today-nr"

printf '\n\n<div>\n'


printf '\n\n<div>\n\n'

echo This chart estimates what are the 30 most popular OSS Devops tools by calculating how many Github stars each repository received in the last seven days.

0 comments on commit 229919b

Please sign in to comment.