https://github.com/posthtml/posthtml.org
Website for posthtml.
https://github.com/posthtml/posthtml.org
Last synced: 7 months ago
JSON representation
Website for posthtml.
- Host: GitHub
- URL: https://github.com/posthtml/posthtml.org
- Owner: posthtml
- Created: 2019-09-26T14:40:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T07:15:08.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:06:08.266Z (over 1 year ago)
- Language: HTML
- Homepage: https://posthtml.org
- Size: 190 KB
- Stars: 15
- Watchers: 7
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![NPM][npm]][npm-url]
[![Tests][build]][build-url]
[![Coverage][cover]][cover-url]
[![Twitter][twitter]][twitter-url]
# PostHTML

PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only a HTML parser, a HTML node tree API and a node tree stringifier.
All HTML transformations are made by plugins. And these plugins are just small plain JS functions, which receive a HTML node tree, transform it, and return a modified tree.
For more detailed information about PostHTML in general take a look at the [docs][docs-url]
## Who's Using Posthtml ?
Maizzle
Parcel
webpack-contrib
Eleventy
JetBrains
Chrome OS
## Maintainers
Ivan Demidov
Ivan Voischev
Aniketh Saha
Cosmin Popovici
## Contributing
See [PostHTML Guidelines](plugins/guide.md) and [CONTRIBUTING](CONTRIBUTING.md).
## Contributors
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/posthtml#backer)]
## LICENSE
[MIT](LICENSE)
[npm]: https://img.shields.io/npm/v/posthtml.svg
[npm-url]: https://npmjs.com/package/posthtml
[build]: https://github.com/posthtml/posthtml/workflows/Actions%20Status/badge.svg?style=flat-square
[build-url]: https://github.com/posthtml/posthtml/actions?query=workflow%3A%22CI+tests%22
[cover]: https://coveralls.io/repos/posthtml/posthtml/badge.svg?branch=master
[cover-url]: https://coveralls.io/r/posthtml/posthtml?branch=master
[twitter]: https://badgen.net/badge/icon/PostHTML?icon=twitter&label
[twitter-url]: https://twitter.com/PostHTML