@dhl-mxk/csr-wrapper
v0.2.7
Published
A wrapper around a CSR execution engine
Readme
CSR engine wrapper
Quick start
Install
npm i @dhl-mxk/csr-wrapperUsage
import evaluate from '@dhl-mxk/csr-wrapper'
const result = evaluate(input);Scripts
npm test— runs a minimal Node-based test (no extra dev deps).npm run build— placeholder (no build).npm publish— handled by GitHub Actions; locally it will also run tests viaprepublishOnly.
Releasing
- Create a tag/release (
v0.1.0,v1.0.0, etc.). - GitHub Actions uses
NPM_TOKENto authenticate and runnpm publish --access publicagainsthttps://registry.npmjs.org/.
License
MIT
