fs-extra-promise-es6
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/fs-extra-promise-es6 package

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i fs-extra-promise-es6

Weekly Downloads

235

Version

0.1.1

License

MIT

Last publish

Collaborators

  • vinsonchuong