fs-extra-promise-es6

v0.1.0
An ES6 promise adapter for fs-extra for use with ES7 async/await

fs-extra-promise-es6

Build Status

An ES6 promise adapter for fs-extra for use with ES7 async/await,

Installing

fs-extra-promise-es6 is available as an npm package.

Usage

import * as fse from 'fs-extra-promise-es6';

async function run() {
  console.log(await fse.readJson('package.json'));
}
run();

Development

Getting Started

The application requires the following external dependencies:

  • Node.js

The rest of the dependencies are handled through:

npm install

Run tests with:

npm test

Metadata

  • MIT
  • Whatever
  • Vinson Chuong
  • released 12/30/2015

Downloads

Maintainers