git404hub

what is node-fs-extra fr?

gaearon/node-fs-extra — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-09-22

6JavaScriptAudience · developerComplexity · 1/5DormantSetup · easy

tl;dr

fs-extra adds convenient file and folder operations to Node.js, like copying directories, deleting folders recursively, and reading/writing JSON, as a drop-in upgrade to the built-in fs module.

vibe map

mindmap
  root((fs-extra))
    What it does
      Copy folders
      Delete recursively
      Create nested dirs
      Read write JSON
    Tech stack
      JavaScript
      Node.js
    Use cases
      Deployment scripts
      Build tooling
      Backup directories
    Audience
      Node developers
      Backend engineers
    Notable
      Drop-in fs replacement
      Widely depended upon

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Write a deployment script that copies an entire project folder to a new location.

VIBE 2

Delete old build output directories recursively before a fresh build.

VIBE 3

Create a nested folder path that doesn't exist yet in one call.

VIBE 4

Read and write JSON config files directly without manual parsing.

what's the stack?

JavaScriptNode.js

how it stacks up fr

gaearon/node-fs-extraarthurmoorgan/driftatom/etch-list-view
Stars666
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-09-222020-04-28
MaintenanceDormantDormant
Setup difficultyeasymoderatemoderate
Complexity1/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Drop-in replacement for Node's built-in fs module, no structural code changes needed.

The README does not specify license details.

prompts (copy fr)

prompt 1
Use fs-extra to copy an entire directory including all its contents to a backup folder.
prompt 2
Show me how to recursively delete a folder with fs-extra in a build script.
prompt 3
Write a Node.js script using fs-extra to ensure a nested directory path exists before writing a file.
prompt 4
Use fs-extra's JSON helpers to read and update a config.json file.

Frequently asked questions

what is node-fs-extra fr?

fs-extra adds convenient file and folder operations to Node.js, like copying directories, deleting folders recursively, and reading/writing JSON, as a drop-in upgrade to the built-in fs module.

What language is node-fs-extra written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

Is node-fs-extra actively maintained?

Dormant — no commits in 2+ years (last push 2016-09-22).

What license does node-fs-extra use?

The README does not specify license details.

How hard is node-fs-extra to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is node-fs-extra for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.