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

https://github.com/posthtml/posthtml-reporter

Reporter Plugin
https://github.com/posthtml/posthtml-reporter

Last synced: 11 months ago
JSON representation

Reporter Plugin

Awesome Lists containing this project

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







Michael Ciniawsky


[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