An ES6 promise adapter for fs-extra for use with ES7 async/await
npm install fs-extra-promise-es6An ES6 promise adapter for fs-extra for use with ES7 async/await,
fs-extra-promise-es6 is available as anjs
import * as fse from 'fs-extra-promise-es6';async function run() {
console.log(await fse.readJson('package.json'));
}
run();
`Development
$3
The application requires the following external dependencies:
* Node.jsThe rest of the dependencies are handled through:
`bash
npm install
`Run tests with:
`bash
npm test
``