graceful-ncp

Asynchronous recursive file copying (with graceful-fs)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
graceful-ncp
113.0.07 years ago9 years agoMinified + gzip package size for graceful-ncp in KB

Readme

graceful-ncp === ncp but on top of 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's.