Skip to content

adobe/helix-html-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2025
19e2085 · Feb 12, 2025
Nov 18, 2024
Aug 12, 2024
Feb 12, 2025
Feb 12, 2025
Mar 3, 2022
Sep 10, 2022
Mar 3, 2022
Mar 3, 2022
Mar 7, 2022
Jun 3, 2023
Jan 9, 2024
Jun 10, 2024
Nov 19, 2024
Mar 3, 2022
Mar 3, 2022
Mar 3, 2022
Jan 17, 2024
Nov 23, 2024
Nov 23, 2024

Repository files navigation

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

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

Installation

$ npm install @adobe/helix-html-pipeline

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint