This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@onlabsorg/olojs-next

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @onlabsorg/olojs-next

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

27.3 MB

Total Files

5407

Last publish

Collaborators

  • onlabsorg