Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymag/nymag-fs
A module for working with the filesystem in Node
https://github.com/nymag/nymag-fs
Last synced: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T18:00:09.000Z (over 7 years ago)
- Last Synced: 2024-12-14T06:49:52.915Z (27 days 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
[![Build Status](https://travis-ci.org/nymag/nymag-fs.svg?branch=master)](https://travis-ci.org/nymag/nymag-fs)
[![Coverage Status](https://coveralls.io/repos/github/nymag/nymag-fs/badge.svg?branch=master)](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`