Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nestjs project graveyard #230

Open
genu opened this issue Oct 2, 2022 · 1 comment
Open

Nestjs project graveyard #230

genu opened this issue Oct 2, 2022 · 1 comment

Comments

@genu
Copy link

genu commented Oct 2, 2022

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.

@micalevisk
Copy link
Member

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants