jprichardson/node-fs-extra
Node.js: extra methods for the fs object like copy(), remove(), mkdirs() observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 94
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5404
- days_rel: n/a
- days_push: 41
- n_releases_24m: 0
Adoption not part of the score
9595 stars · 784 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fs-extra is a Node.js library that extends the native fs module with extra file system methods like copy(), remove(), and mkdirs(), plus promise support. It is a drop-in replacement for fs and bundles functionality from mkdirp, rimraf, and ncp.
Use cases
- copy directories recursively in node
- delete a folder like rm -rf in javascript
- create nested directories in nodejs
- promise-based file system operations
- move files and folders in node
- replace the native fs module with extra methods
When to choose
- you need convenient file operations like recursive copy, move, or mkdir -p in Node.js
- you want promise support for fs methods without writing wrappers
- you want one dependency instead of mkdirp, rimraf, and ncp
When to avoid
- you only need basic fs operations already in the native module
- you are targeting modern Node.js where fs/promises and fs.cp may suffice
- you need file system access outside Node.js
Facets
library · maturity stable
file-system developer-tools files backend fs promises drop-in-replacement file-operations nodejs javascript
1 source
- readme: https://github.com/jprichardson/node-fs-extra · fetched 2026-08-28 · 77484fff7ce4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jprichardson/node-fs-extra | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="jprichardson/node-fs-extra")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem