@adobe/helix-html-pipeline
v6.27.15
Published
Helix HTML Pipeline
Downloads
5,571
Maintainers
Keywords
Readme
Helix HTML Pipeline
This package contains the common code for helix-pipeline-service and helix-cloudflare-page for rendering the html response for helix3. 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 @adobe/helix-html-pipelineDevelopment
Build
$ npm installTest
$ npm testLint
$ npm run lint