Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/graceful-fs-extra
Extra methods for the fs object (with graceful-ncp)
https://github.com/adam-lynch/graceful-fs-extra
Last synced: 13 days ago
JSON representation
Extra methods for the fs object (with graceful-ncp)
- Host: GitHub
- URL: https://github.com/adam-lynch/graceful-fs-extra
- Owner: adam-lynch
- Created: 2014-12-12T19:53:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T14:07:44.000Z (about 1 year ago)
- Last Synced: 2024-12-23T16:51:33.905Z (28 days ago)
- Language: JavaScript
- Homepage: http://adamlynch.com
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
graceful-fs-extra
===[node-fs-extra](https://github.com/jprichardson/node-fs-extra) but on top of [graceful-ncp](https://github.com/adam-lynch/graceful-ncp) instead of [ncp](https://github.com/AvianFlu/ncp) (because graceful-ncp uses [graceful-fs](https://github.com/isaacs/node-graceful-fs)). This protects you against `EMFILE` errors when opening too many files, etc.
**Note**: this is a temporary solution until [jprichardson/node-fs-extra#95](https://github.com/jprichardson/node-fs-extra/pull/95) is resolved.
## Installation
`npm install graceful-fs-extra`
## API
The exact same as [node-fs-extra](https://github.com/jprichardson/node-fs-extra)'s.