Skip to content

Commit

Permalink
feat: add days since last activity per user to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Dec 5, 2024
1 parent 746b780 commit 86f3129
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/make_readme/make_readme.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
# This will be run inside nciccbr/make_readme:latest docker

MDPATH="assets/make_readme"

# MDPATH="assets/make_readme"
MDPATH="/Users/kopardevn/Documents/GitRepos/.github/assets/make_readme"
# add banner
cat ${MDPATH}/banner.md > README_tmp.md

Expand Down Expand Up @@ -43,6 +43,12 @@ cat ${MDPATH}/latest_releases.md >> README_tmp.md
python ${MDPATH}/get_recent_releases_table.py >> README_tmp.md
cat ${MDPATH}/back_to_top.md >> README_tmp.md

# member activities
echo -ne "\n## Days since last activity \n\n -1=No activity found!\n\n" >> README_tmp.md
python ${MDPATH}/get_last_activity_per_member.py >> README_tmp.md
echo -ne "\n\n" >> README_tmp.md
cat ${MDPATH}/back_to_top.md >> README_tmp.md

# add citation
cat ${MDPATH}/citation.md >> README_tmp.md
cat ${MDPATH}/back_to_top.md >> README_tmp.md
Expand Down

0 comments on commit 86f3129

Please sign in to comment.