ofpos-shared-core
v1.1.0
Published
Offline-first POS client-side core library, platform and database agnostic.
Readme
ofpos-shared-core
Offline-first POS shared core untuk host app berbasis web, desktop, atau mobile.
Package ini menyediakan domain logic inti POS yang terpisah dari framework UI dan transport, dengan output distribusi:
dist/index.cjs.js(CommonJS)dist/index.esm.js(ESM)dist/index.d.ts(TypeScript types)
Install
npm install ofpos-shared-coreDevelopment
npm install --no-audit --no-fund
npm run ci:checkBuild
npm run buildPublish Check
npm pack --dry-runPastikan tarball berisi artefak runtime (.js) dan type declarations (.d.ts) di folder dist/.
Referensi Dokumen
- Domain overview:
docs/Overview.md - Arsitektur domain:
docs/DOMAIN-CANONICAL-SPECS.md - Panduan development:
docs/DEVELOPMENT.md - Alur release:
docs/release/
