0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
The Simple Icons website: SVG icons for popular brands
Documentation
74
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under CC0-1.0.
Engineering
98
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (tests).
CI is configured (.github/workflows/verify.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
92
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 19Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 88Watchers
Responsiveness
- 4hMedian issue response
- 1hMedian PR merge time
- 9Open issues
Repository files31 root entries
- .githubGood: CI is configured (.github/workflows/verify.yml).Good: Issue or PR templates present.
- .husky
- .vscode
- app
- components
- libs
- patches
- scripts
- testsGood: Test files detected (tests).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .node-versionGood: Environment pinned via .node-version.
- .npmrc
- .nvmrc
- .prettierignore
- .prettierrc.json
- .stylelintrc.json
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- license.txtGood: Licensed under CC0-1.0.
- Makefile.toml
- package-lock.json
- package.json
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.
- rust-toolchain.toml
- rustfmt.toml
- tsconfig.json
- USAGE.md
- xo.config.ts