@geut/hyperdrive-promise

An async/await based wrapper for hyperdrive (v10+)

Usage no npm install needed!

<script type="module">
  import geutHyperdrivePromise from 'https://cdn.skypack.dev/@geut/hyperdrive-promise';
</script>

README

hyperdrive-promise

An async/await based wrapper for hyperdrive (v10+)

Build Status Greenkeeper badge

Install

$ npm install @geut/hyperdrive-promise

Usage

hyperdrive-promise its totally API compatible with hyperdrive v10+. It's only a promise based wrapper.

E.g.:

const hyperdrive = require('@geut/hyperdrive-promise')
const archive = hyperdrive('./my-first-hyperdrive') // content will be stored in this folder

try {
  await archive.writeFile('/hello.txt', 'world')
  const list = await archive.readdir('/')
  console.log(list) // prints ['hello.txt']
  const data = await archive.readFile('/hello.txt', 'utf-8')
  console.log(data) // prints 'world'
} catch (err) {
  console.log(err)
  // deal with the err
}

Release

npm version && npm publish

Contributing

:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.

Sponsored By

Liberate Science