# graceful-ncp

> Asynchronous recursive file copying (with graceful-fs)

Latest version **3.0.0** (published 2016-06-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install graceful-ncp
pnpm add graceful-ncp
yarn add graceful-ncp
bun add graceful-ncp
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2016-06-08 |
| First published | 2014-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Adam Lynch |
| Maintainers | adam-lynch |
| Keywords | ncp, graceful, fs, copy |

## Links

- npm: https://www.npmjs.com/package/graceful-ncp
- Repository: https://github.com/adam-lynch/graceful-ncp
- Issues: https://github.com/adam-lynch/graceful-ncp/issues
- npm.io page: https://npm.io/package/graceful-ncp

## Dependencies (3)

- [ncp](https://npm.io/package/ncp.md) ^2.0.0
- [proxyquire](https://npm.io/package/proxyquire.md) ^1.4.0
- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.4

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 3.0.0 (latest) — 2016-06-08
- 2.0.0 — 2015-03-07
- 1.0.0 — 2015-03-05
- 0.0.1 — 2014-11-16

## README

graceful-ncp
===

[ncp](https://github.com/AvianFlu/ncp) but on top of [graceful-fs](https://github.com/isaacs/node-graceful-fs) instead of plain old Node `fs`. This protects you against `EMFILE` errors when opening too many files, etc.

## Installation

`npm install graceful-ncp`

## API

The exact same as [ncp](https://github.com/AvianFlu/ncp)'s.

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