# posthtml-reporter
**Repository Path**: mirrors_posthtml/posthtml-reporter
## Basic Information
- **Project Name**: posthtml-reporter
- **Description**: Reporter Plugin
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[![npm][npm]][npm-url]
[![node][node]][node-url]
[![deps][deps]][deps-url]
[![tests][tests]][tests-url]
[![coverage][cover]][cover-url]
[![code style][style]][style-url]
[![chat][chat]][chat-url]
Reporter Plugin
Install
```bash
npm i -D posthtml-reporter
```
Usage
Reporter Plugin to display PostHTML Messages (`result.messages`) on various Interfaces
> :warning: Add this plugin as the last in your plugins array to work properly
Options
|Name|Default|Description|
|:--:|:-----:|:----------|
|console|true|Display messages on the Console|
|browser|false|Display messages in the Browser|
|notify |false|Display messages via Push Notification|
### Console
Logs ❌ Error(s), ⚠️ Warnings(s) && ✅ Dependencies (default)
### Browser (WIP)
### Notify (WIP)
Maintainer
[npm]: https://img.shields.io/npm/v/posthtml-reporter.svg
[npm-url]: https://npmjs.com/package/posthtml-reporter
[node]: https://img.shields.io/node/v/posthtml-reporter.svg
[node-url]: https://nodejs.org
[deps]: https://david-dm.org/posthtml/posthtml-reporter.svg
[deps-url]: https://david-dm.org/posthtml/posthtml-reporter
[style]: https://img.shields.io/badge/code%20style-standard-yellow.svg
[style-url]: http://standardjs.com/
[tests]: http://img.shields.io/travis/posthtml/posthtml-reporter.svg
[tests-url]: https://travis-ci.org/posthtml/posthtml-reporter
[cover]: https://coveralls.io/repos/github/posthtml/posthtml-reporter/badge.svg
[cover-url]: https://coveralls.io/github/posthtml/posthtml-reporter
[style]: https://img.shields.io/badge/code%20style-standard-yellow.svg
[style-url]: http://standardjs.com/
[chat]: https://badges.gitter.im/posthtml/posthtml.svg
[chat-url]: https://gitter.im/posthtml/posthtml