https://github.com/nymag/nymag-fs
A module for working with the filesystem in Node
https://github.com/nymag/nymag-fs
Last synced: 4 months ago
JSON representation
A module for working with the filesystem in Node
- Host: GitHub
- URL: https://github.com/nymag/nymag-fs
- Owner: nymag
- License: mit
- Created: 2017-04-14T16:09:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T18:00:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T07:34:48.343Z (5 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 45
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NYMag FS
[](https://travis-ci.org/nymag/nymag-fs)
[](https://coveralls.io/github/nymag/nymag-fs?branch=master)A module for working with the filesystem in Node.
## Includes:
- `fileExists`
- `readFile`
- `isDirectory`
- `getFiles`
- `getFolders`
- `tryRequire`
- `tryRequireEach`
- `getYaml`
- `readFilePromise`