graceful-ncp
v3.0.0
Published
Asynchronous recursive file copying (with graceful-fs)
Downloads
13,718
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.