olojs-next
This library contains a collection of experimental extension of olojs. In
particular, it contains the following packages:
browser-store
is an olojs Store backed by the browser storageipfs-store
is a read-only olojs Store that uses ipfs as backendstandard-router
is an olojs Router defining a standard directory strucuresub-store
is a function that, given a store s
and a path p
, returns a
subordinate olojs Store of s
where paths /path
ponts to /p/path
olo-atom
is an atom plugin that features olojs documents syntax
highlighting
Getting started
Install olojs-next
via npm:
npm install --save @onlabsorg/olojs-next
Load the packages you need:
const StandardRouter = require('@onlabsorg/olojs-next/packages/standard-router');
License
This software is released under the ISC
license.