1.2.4 • Published 5 months ago

@dylandepass/helix-product-pipeline v1.2.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

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

codecov GitHub Actions Workflow Status GitHub license GitHub issues semantic-release

Installation

$ npm install @dylandepass/helix-product-pipeline

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint