Good community traction and solid fundamentals. Nearly in the top tier.
Create beautiful JavaScript charts with one line of Ruby
Documentation
85
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.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
66
No RuboCop config found.
→ Add a .rubocop.yml and run `rubocop` in CI to enforce consistent Ruby style.
No dependency lockfile found (−70 pts).
→ Commit Gemfile.lock so Bundler installs are repeatable.
Test files detected (test).
CI is configured (.github/workflows/build.yml).
Issue or PR templates present.
Project health
95
Actively maintained (pushed within 3 months).
Dependency manifest found (Gemfile).
Repository has a description.
.gitignore present.
Repository files14 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- build
- guides
- lib
- licenses
- testGood: Test files detected (test).
- vendor
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- chartkick.gemspec
- GemfileGood: Dependency manifest found (Gemfile).
- LICENSE.txtGood: Licensed under MIT.
- Rakefile
- 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.Good: README documents how to install the project.Good: README documents how to run the project.