# node-fs

> node-fs is an extension to the original nodejs fs library, offering new functionalities.

Latest version **0.1.7** (published 2013-07-15) · 0 weekly downloads

## Install

```sh
npm install node-fs
pnpm add node-fs
yarn add node-fs
bun add node-fs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2013-07-15 |
| First published | 2011-04-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.1.97 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 68 |
| Author | Bruno Pedro |
| Maintainers | bpedro |

## Links

- npm: https://www.npmjs.com/package/node-fs
- Repository: https://github.com/bpedro/node-fs
- npm.io page: https://npm.io/package/node-fs

## Recent versions

- 0.1.7 (latest) — 2013-07-15
- 0.1.6 — 2013-05-30
- 0.1.5 — 2012-11-26
- 0.1.4 — 2012-05-23
- 0.1.3 — 2012-04-26
- 0.1.2 — 2012-04-20
- 0.1.0 — 2011-08-30
- 0.0.1 — 2011-04-14

## README

node-fs is an extension to the original [nodejs](http://nodejs.org) [fs library](http://nodejs.org/docs/v0.3.1/api/fs.html), offering new functionalities. See example.js for an example of how to use it.

Right now, the following new operations are supported:

* mkdir(path, mode, [recursive], [callback]): if the 'recursive' parameter is true, creates a directory recursively;
* mkdirSync(path, mode, [recursive]): if the 'recursive' parameter is true, synchronously creates a directory recursively.

[![Build Status](https://secure.travis-ci.org/bpedro/node-fs.png?branch=master)](http://travis-ci.org/bpedro/node-fs)

---
_Source: https://npm.io/package/node-fs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
