Ross ROSS = Recommend OSS · open-source software intelligence for agents

steveukx/git-js

A light weight interface for running git commands in any node.js application. observed · 2026-08-28

github.com/steveukx/git-js · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 97
  • Release rhythm 79
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1
  • age_days: 4778
  • days_rel: 142
  • days_push: 19
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

3855 stars · 339 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

simple-git is a lightweight Node.js/TypeScript library that provides a promise-based interface for running git commands from any Node.js application. It wraps the git CLI binary, exposing commands like commit, push, pull, branch, and log through a fluent API.

Use cases

  • run git commands from a node.js script
  • automate git commits and pushes in CI scripts
  • read git log and branch info programmatically
  • build a tool that manages git repositories
  • clone and pull repos from an app
  • check git status in a deployment pipeline

When to choose

  • you need to script or automate git operations in Node.js
  • you want a typed, promise-based wrapper around the git CLI
  • you need lightweight git access without shelling out manually

When to avoid

  • you need a pure-JS git implementation without a git binary installed
  • you are building a browser-based app (requires Node.js and git on the system)
  • you need deep plumbing-level git object access

Facets

library · maturity stable

developer-tools version-control cli developer-tools version-control cross-platform git simple-git typescript nodejs-wrapper automation nodejs

1 source

Member repositories

RepositoryRoleHealth v2
steveukx/git-jsmain91

For agents

markdown · JSON · MCP: product_card(name="steveukx/git-js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem