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

rdio/jsfmt

For formatting, searching, and rewriting JavaScript. observed · 2026-08-28

github.com/rdio/jsfmt · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: n/a
  • age_days: 4566
  • days_rel: n/a
  • days_push: 2342
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1681 stars · 53 forks observed · 2026-08-28

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

jsfmt is a command-line tool and Node.js library for formatting, searching, and rewriting JavaScript, analogous to Go's gofmt. It operates on the AST via esprima and esformatter, supporting pattern-based search and rewrite rules like '_.reduce(a, b, c) -> a.reduce(b, c)'.

Use cases

  • format javascript files like gofmt
  • find all console.log calls in a project
  • rewrite underscore.js calls to native methods
  • check which files need formatting
  • refactor api changes across a codebase
  • output javascript as a ast

When to choose

  • you want gofmt-style formatting for javascript
  • you need AST-based search or bulk rewriting of code patterns
  • you want a scriptable codemod tool with a simple pattern syntax

When to avoid

  • you need a modern, actively maintained formatter like prettier
  • you need ES6+ or JSX support
  • you want IDE-integrated formatting

Facets

cli-tool · maturity maintenance

formatter parser search-engine developer-tools developer-tools web-development parsers cli cross-platform gofmt-for-javascript ast-rewriting code-search esformatter esprima command-line nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
rdio/jsfmtmain23

For agents

markdown · JSON · MCP: product_card(name="rdio/jsfmt")

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