Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adam-lynch/graceful-ncp

Asynchronous recursive file copying (with graceful-fs)
https://github.com/adam-lynch/graceful-ncp

Last synced: 17 days ago
JSON representation

Asynchronous recursive file copying (with graceful-fs)

Awesome Lists containing this project

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.