3.0.0 • Published 8 years ago

graceful-ncp v3.0.0

Weekly downloads
6,771
License
MIT
Repository
github
Last release
8 years ago

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.