Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/adam-lynch/graceful-ncp
- Owner: adam-lynch
- Created: 2014-11-16T15:36:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T12:18:23.000Z (over 8 years ago)
- Last Synced: 2024-12-15T14:08:03.836Z (21 days ago)
- Language: JavaScript
- Homepage: http://www.adamlynch.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.