Shared TypeScript library for livesync-bridge and related self-hosted sync tooling.
  • TypeScript 98.7%
  • Svelte 1.3%
Find a file
2026-06-01 02:51:17 +02:00
.github build: use local renovate base preset 2026-05-25 22:33:37 +02:00
_tools chore: Package modernise, update linter 2026-05-13 11:29:15 +01:00
apps Refactor: Move Webpeer to the main repository 2026-01-26 08:56:38 +00:00
src chore: replace abandoned xxhash dependency 2026-05-31 12:29:19 +02:00
.gitignore chore(devops): adds .gitignore 2024-11-12 07:15:12 +00:00
LICENSE Add functions 2022-04-28 17:40:09 +09:00
readme.md docs: describe m0sh1 livesync common library 2026-06-01 02:51:17 +02:00

livesync-commonlib

Shared TypeScript library for livesync-bridge and related Self-hosted LiveSync tooling.

Role

This repository carries common code used by the m0sh1.cc LiveSync bridge stack. It is kept small on purpose: reusable parsing, configuration, and sync helpers belong here when they are shared by more than one LiveSync-side tool.

Repository

Forgejo is the source of truth:

  • https://git.m0sh1.cc/m0sh1/livesync-commonlib

GitHub is maintained as a public push mirror:

  • https://github.com/yaelmoshi/livesync-commonlib

Development

This library is usually checked through the consuming LiveSync repository, where the import map and vendored dependencies are available. Run the consuming repository's exact Deno checks when changing exported interfaces.

License

License: MIT