0.1.0 • Published 3 years ago

@onlabsorg/olojs-next v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 storage
  • ipfs-store is a read-only olojs Store that uses ipfs as backend
  • standard-router is an olojs Router defining a standard directory strucure
  • sub-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.