Rough and inactive. Tests, CI, and a fuller README would revive it.
๐ฆโโฌ Snapshot testing in Gleam
Documentation
73
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โ20 pts).
โ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
README is present.
Licensed under Apache-2.0.
Engineering
46
No linter or formatter config found.
โ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No dependency lockfile found (โ70 pts).
โ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/test.yml).
Test files detected (test).
Project health
33
No dependency manifest detected at root.
โ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
No pushes in over 2 years. Looks unmaintained (โ95 pts).
โ A recent commit signals the project is alive and worth using.
Repository has a description.
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 0Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 0Watchers
Responsiveness
- โMedian issue response
- โMedian PR merge time
- 0Open issues
Repository files12 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).
- birdie_snapshots
- src
- testGood: Test files detected (test).
- .gitignoreGood: .gitignore present.
- birdie.gif
- birdie.tape
- CHANGELOG.md
- gleam.toml
- LICENSEGood: Licensed under Apache-2.0.
- manifest.toml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (โ45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.