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)
$ npm install @dylandepass/helix-product-pipeline$ npm install$ npm test$ npm run lint