@sada-js/core
v1.0.0
Published
Bun-native, metadata-driven enterprise engine for ERP/HRMS.
Downloads
97
Readme
@sada-js/core
The core engine for Sada JS.
Build Pipeline
This package uses tsup for bundling and javascript-obfuscator for protecting the intellectual property of the engine.
Building
To build the package:
bun run buildThe output will be located in the dist folder and will be obfuscated.
Testing
To run tests:
bun run testTests are run against the source code using vitest.
