ofcore
v0.1.0-alpha.0
Published
Lightweight runtime core for offline-first TypeScript apps.
Readme
ofcore
ofcore adalah runtime core ringan untuk aplikasi TypeScript offline-first.
Paket ini fokus pada primitive generik lintas domain, bukan logika bisnis domain spesifik.
What You Get
- kontrak runtime inti (adapter + envelope + versioning),
- primitive store framework-agnostic,
- harness kontrak adapter untuk validasi perilaku.
Install
npm install ofcoreBuild and Validate
npm run buildnpm run verify:contractnpm run verify:logicnpm run ci:check
Publish Checklist
npm run ci:checknpm pack --dry-runnpm publish --access public
Documentation
- Developer notes (internal detail):
docs/10-DEVELOPER-NOTES.md - Documentation hub:
docs/00-DOCUMENTATION-HUB.md
