Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/html-to-text/node-html-to-text
- Owner: html-to-text
- License: other
- Created: 2012-08-08T14:38:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T18:08:38.000Z (12 months ago)
- Last Synced: 2024-04-22T12:05:49.363Z (7 months ago)
- Topics: converter, email, html, node, plain-text, pretty-print, text
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 1,521
- Watchers: 28
- Forks: 221
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
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.)