Solid foundation. Invest in docs and CI to grow from here.

The NSW Design System is a toolkit of style, patterns, standards and guidance for everyone creating distinctly NSW digital products and services. It helps us create unified, trusted, inclusive and audience centered digital experiences for our users that are clearly simple, current and purposeful.

Documentation

85

Contributing guide5pt25

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.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

71

Tests18pt35

Test files detected (src/global/scripts/helpers/utilities.test.js).

CI/CD14pt85

CI is configured (.github/workflows/build-deploy-production-manual.yml).

Reproducibility6pt92

Lockfile present (package-lock.json). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

97

Dependency manifest6pt90

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 38
    Forks
  • 114
    Releaseslatest 5y ago

Community

  • Community health
  • authors own >50% of commits
  • 83
    Watchers

Responsiveness

  • 6d 2h
    Median issue response
  • <1h
    Median PR merge time
  • 10
    Open issues
Repository files26 root entries
  • .github
    Good: CI is configured (.github/workflows/build-deploy-production-manual.yml).
    Good: Dependabot configured for github-actions.
    Good: Issue or PR templates present.
  • build-script
  • src
    Good: Test files detected (src/global/scripts/helpers/utilities.test.js).
  • .babelrc
  • .browserslistrc
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .eslintignore
  • .eslintrc
  • .gitignore
    Good: .gitignore present.
  • .nvmrc
    Good: Environment pinned via .nvmrc.
  • .pa11yci
  • .stylelintrc
  • a11y-test.js
  • add-component.js
  • CHANGELOG-V3.md
  • CHANGELOG.md
  • config.json
  • contribute.md
  • gulpfile.js
  • HTMLstarterkit.zip
  • LICENSE
    Good: Licensed under MIT.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • README.md
    Good: 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.
  • tsconfig.json
  • vercel.json