y-leveldb

v0.1.2
LevelDb database adapter for Yjs
Yjs CRDT offline shared editing collaboration concurrency

clean

rm -rf dist

test

rollup -c && nyc --check-coverage --lines 100 --branches 100 --functions 100 --statements 100 node ./dist/test.cjs

dist

rollup -c

lint

markdownlint README.md && standard && tsc

preversion

npm run lint && npm run test && npm run clean && npm run dist && tsc && test -e dist/src/y-leveldb.d.ts && test -e dist/y-leveldb.cjs

debug

concurrently 'rollup -wc' 'http-server -o .'
npm i y-leveldb

Metadata

  • MIT
  • Whatever
  • Kevin Jahns
  • released 1/16/2023

Downloads

Maintainers