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.
Name |
Last Commit
59117352
–
5월 면담보고서
|
History
|
Last Update |
---|---|---|
.. | ||
.gitattributes | Loading commit data... | |
.npmignore | Loading commit data... | |
README.md | Loading commit data... | |
index.js | Loading commit data... | |
package.json | Loading commit data... |
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.
npm install graceful-ncp
The exact same as ncp's.