You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As is the case for most of the awesome-x repositories, we end up with a graveyard of projects that haven't been touched in years and largely been deprecated.
Such is life.
It would be beneficial if repositories that haven't gotten a commit for more than a year be removed from this list.
The text was updated successfully, but these errors were encountered:
yeah, we could have some script that outputs those repositories.
# Get the date of the last commit made
repo="nestjs/awesome-nestjs"
curl -s "https://api.github.com/repos/${repo}/commits/HEAD"| jq --raw-output '.commit.author.date'
As is the case for most of the
awesome-x
repositories, we end up with a graveyard of projects that haven't been touched in years and largely been deprecated.Such is life.
It would be beneficial if repositories that haven't gotten a commit for more than a year be removed from this list.
The text was updated successfully, but these errors were encountered: