adam-lynch / graceful-ncp

Asynchronous recursive file copying (with graceful-fs)

Home Page:http://www.adamlynch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Asynchronous recursive file copying (with graceful-fs)

http://www.adamlynch.com


Languages

Language:JavaScript 100.0%