Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`