Strong community interest, but tests, CI, or docs need work.

A Community-led Hyper-Hackable Text Editor

Documentation

60

README12pt40

README is present.

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt85

Contributing guide is detailed and thorough.

License6pt100

Licensed under Other.

Engineering

49

Issue and PR templates6pt0

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.

Tests18pt35

Test files detected (integration/workspace.spec.js).

CI/CD14pt57

CI is configured (.github/workflows/build.yml).

Reproducibility6pt80

Lockfile present (yarn.lock). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.eslintrc.js).

Project health

89

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt85

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 6 / 76
    Commits (30d / 90d)
  • 189
    Forks
  • 41
    Releaseslatest 2y ago

Community

  • 87% - Good
    Community health
  • 5 bus factor
    authors own >50% of commits
  • 4,077
    Watchers

Responsiveness

  • 14d 13h
    Median issue response
  • 6d 23h
    Median PR merge time
  • 327
    Open issues
Repository files37 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yml).
  • docs
  • dot-atom
  • exports
  • hooks
  • integration
    Good: Test files detected (integration/workspace.spec.js).
  • keymaps
  • locales
  • menus
  • packages
  • resources
  • script
  • spec
    Issue: Build artifacts or local files may be committed (spec/fixtures/packages/package-with-ignored-incompatible-native-module/node_modules/compatible-native-module) (−40 pts).Fix: Remove them and add to .gitignore.
  • src
  • static
  • vendor
  • .cirrus.yml
  • .codacy.yaml
  • .eslintignore
  • .eslintrc.js
    Good: Linter or formatter configured (.eslintrc.js).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .nvmrc
    Good: Environment pinned via .nvmrc.
  • .yarnrc
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Good: Contributing guide describes code style expectations.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • LICENSE.md
    Good: Licensed under Other.
  • package.json
    Good: Dependency manifest found (package.json).
  • playwright.config.ts
  • pnpm-workspace.yaml
  • ppm
  • pulsar.sh
  • README.md
    Good: README is present.
    Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    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.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • SECURITY.md
    Good: Security policy present.
  • yarn.lock
    Good: Lockfile present (yarn.lock). Installs are reproducible.