0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
Kotlin wrappers for popular JavaScript libraries
Documentation
86
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 Apache-2.0.
Engineering
85
Lockfile present (.kotlin-locks/js/package-lock.json). Installs are reproducible.
Test files detected (examples/event-flow/src/webMain/kotlin/example/eventflow/EventFlowTest.kt).
CI is configured (.github/workflows/ci-K2420.yml).
Java/Kotlin linting configured (.editorconfig).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (build.gradle.kts).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 188Forks
- 944Releaseslatest 5y ago
Community
- -Community health
- -authors own >50% of commits
- 1,578Watchers
Responsiveness
- 9hMedian issue response
- 11hMedian PR merge time
- 25Open issues
Repository files98 root entries
- .githubGood: CI is configured (.github/workflows/ci-K2420.yml).Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/codeInsightSettings.xml) (−40 pts).Fix: Remove them and add to .gitignore.
- .kotlin-locksGood: Lockfile present (.kotlin-locks/js/package-lock.json). Installs are reproducible.
- build-logic
- build-logic-settings
- docs
- examplesGood: Test files detected (examples/event-flow/src/webMain/kotlin/example/eventflow/EventFlowTest.kt).
- gradle
- kotlin-actions
- kotlin-actions-artifact
- kotlin-actions-cache
- kotlin-actions-core
- kotlin-actions-exec
- kotlin-actions-github
- kotlin-actions-glob
- kotlin-actions-http-client
- kotlin-actions-io
- kotlin-actions-tool-cache
- kotlin-ajv
- kotlin-browser
- kotlin-cesium
- kotlin-cesium-engine
- kotlin-cesium-widgets
- kotlin-css
- kotlin-cssom-core
- kotlin-csstype
- kotlin-electron
- kotlin-emotion-cache
- kotlin-emotion-css
- kotlin-emotion-react
- kotlin-emotion-styled
- kotlin-emotion-utils
- kotlin-floating-ui-core
- kotlin-floating-ui-dom
- kotlin-floating-ui-react-dom
- kotlin-floating-ui-utils
- kotlin-js
- kotlin-js-core
- kotlin-js-plain-object
- kotlin-js-test
- kotlin-jszip
- kotlin-mui-base
- kotlin-mui-icons-material
- kotlin-mui-lab
- kotlin-mui-material
- kotlin-mui-system
- kotlin-muix-date-pickers
- kotlin-muix-tree-view
- kotlin-node
- kotlin-pako
- kotlin-popperjs-core
- kotlin-prantlf-jsonlint
- kotlin-preact-signals-core
- kotlin-preact-signals-react
- kotlin-react
- kotlin-react-dom
- kotlin-react-select
- kotlin-react-use
- kotlin-semver
- kotlin-tanstack-history
- kotlin-tanstack-query
- kotlin-tanstack-query-core
- kotlin-tanstack-react-query
- kotlin-tanstack-react-query-devtools
- kotlin-tanstack-react-router
- kotlin-tanstack-react-router-devtools
- kotlin-tanstack-react-table
- kotlin-tanstack-react-virtual
- kotlin-tanstack-router-core
- kotlin-tanstack-table
- kotlin-tanstack-table-core
- kotlin-tanstack-virtual
- kotlin-tanstack-virtual-core
- kotlin-tauri-apps-api
- kotlin-testing-library-dom
- kotlin-testing-library-react
- kotlin-testing-library-user-event
- kotlin-typescript
- kotlin-vercel-ncc
- kotlin-vscode
- kotlin-web
- kotlin-wrappers-bom
- kotlin-wrappers-catalog
- kotlin-yaml
- .editorconfigGood: Java/Kotlin linting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- FAQ.md
- GENERATE.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSEGood: Licensed under Apache-2.0.
- NPM.md
- 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.
- settings.gradle.kts