1.2.4 • Published 5 months ago
@dylandepass/helix-product-pipeline v1.2.4
Helix Product Pipeline
This package contains the common code for helix-product-service and helix-product-worker for rendering the product bus html. it has the following design goals:
- be platform neutral, i.e. not using node or browser specific modules or dependencies.
- +/-0 runtime dependencies (eg. node crypto)
- offer extension interfaces where platform abstraction is required (e.g. reading from S3, sending to SQS)
Status
Installation
$ npm install @dylandepass/helix-product-pipelineDevelopment
Build
$ npm installTest
$ npm testLint
$ npm run lint