Solid foundation. Invest in docs and CI to grow from here.
Tado cloud connector to control Tado devices
Documentation
76
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
86
CI is configured (.github/workflows/test-and-release.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (test).
Linter or formatter configured (eslint.config.mjs).
Issue or PR templates present.
Project health
91
.gitignore present.
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository files20 root entries
- .githubGood: CI is configured (.github/workflows/test-and-release.yml).Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- admin
- lib
- testGood: Test files detected (test).
- .DS_StoreIssue: Build artifacts or local files may be committed (.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- .gitignoreGood: .gitignore present.
- .npmrc
- .releaseconfig.json
- CHANGELOG_OLD.md
- eslint.config.mjsGood: Linter or formatter configured (eslint.config.mjs).
- io-package.json
- LICENSEGood: Licensed under MIT.
- main.js
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- prettier.config.mjs
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- tsconfig.json