Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/html-to-text/node-html-to-text

Advanced html to text converter
https://github.com/html-to-text/node-html-to-text

converter email html node plain-text pretty-print text

Last synced: 26 days ago
JSON representation

Advanced html to text converter

Awesome Lists containing this project

README

        

# HTML to X converters

[![lint status](https://github.com/html-to-text/node-html-to-text/workflows/lint/badge.svg)](https://github.com/html-to-text/node-html-to-text/actions/workflows/lint.yml)
[![test status](https://github.com/html-to-text/node-html-to-text/workflows/test/badge.svg)](https://github.com/html-to-text/node-html-to-text/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/html-to-text/node-html-to-text/blob/master/LICENSE-MIT)

This is a monorepo.

## Packages

- **html-to-text **

[![npm](https://img.shields.io/npm/v/html-to-text?logo=npm)](https://www.npmjs.com/package/html-to-text)

Advanced html to plain text converter.

Folder: [/packages/html-to-text](/packages/html-to-text)

Docs: [README.md](/packages/html-to-text/README.md), [CHANGELOG.md](/packages/html-to-text/CHANGELOG.md)

- **@html-to/text-cli**

[![npm](https://img.shields.io/npm/v/@html-to/text-cli?logo=npm)](https://www.npmjs.com/package/@html-to/text-cli)

CLI for html to text converter.

Folder: [/packages/html-to-text-cli](/packages/html-to-text-cli)

Docs: [README.md](/packages/html-to-text-cli/README.md), [CHANGELOG.md](/packages/html-to-text-cli/CHANGELOG.md)

- **@html-to/md**

Advanced html to markdown converter (WIP).

Folder: [/packages/html-to-md](/packages/html-to-md)

- **base**

Shared code. Only exists in the monorepo and bundled into published packages.

Folder: [/packages/base](/packages/base)

## Development

Targeting Node.js version >=14.

Monorepo uses NPM v7 workspaces (make sure v7 is installed when used with Node.js v14.)