https://github.com/adobe/helix-html-pipeline
A library for rendering the html response in Helix3.
https://github.com/adobe/helix-html-pipeline
helix helix-tier1 helix3 html library markdown pipeline
Last synced: 3 months ago
JSON representation
A library for rendering the html response in Helix3.
- Host: GitHub
- URL: https://github.com/adobe/helix-html-pipeline
- Owner: adobe
- License: apache-2.0
- Created: 2022-03-03T08:59:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T21:56:24.000Z (8 months ago)
- Last Synced: 2024-10-30T10:52:07.788Z (8 months ago)
- Topics: helix, helix-tier1, helix3, html, library, markdown, pipeline
- Language: JavaScript
- Homepage: https://www.hlx.live/
- Size: 3.07 MB
- Stars: 13
- Watchers: 25
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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](https://nodejs.org/api/crypto.html))
- offer extension interfaces where platform abstraction is required (e.g. reading from S3, sending to SQS)## Status
[](https://codecov.io/gh/adobe/helix-html-pipeline)

[](https://github.com/adobe/helix-html-pipeline/blob/master/LICENSE.txt)
[](https://github.com/adobe/helix-html-pipeline/issues)
[](https://github.com/semantic-release/semantic-release)## Installation
```bash
$ npm install @adobe/helix-html-pipeline
```
## Development### Build
```bash
$ npm install
```### Test
```bash
$ npm test
```### Lint
```bash
$ npm run lint
```