clefs-simpleobject

0.0.4 • Public • Published

clefs-simpleobject

A clefs layer backed by localstorage-fs.

Clefs logo

Getting started

Installing

	npm i -S clefs clefs-simpleobject

Usage

	import clefs from 'clefs/browser';
	import simpleobject from 'clefs-simpleobject';

	const fs = clefs([simpleobject]);
	const fileContents = await fs.readFile('/path/to/file.txt');
	console.log(fileContents);

Readme

Keywords

Package Sidebar

Install

npm i clefs-simpleobject

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • douglas.wade