https://github.com/posthtml/posthtml-reporter
Reporter Plugin
https://github.com/posthtml/posthtml-reporter
Last synced: 11 months ago
JSON representation
Reporter Plugin
- Host: GitHub
- URL: https://github.com/posthtml/posthtml-reporter
- Owner: posthtml
- License: other
- Created: 2016-12-19T10:59:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T13:37:28.000Z (about 9 years ago)
- Last Synced: 2024-10-29T21:06:07.519Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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]
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