https://github.com/lesshint/reporter-stylish
Stylish reporter for lesshint.
https://github.com/lesshint/reporter-stylish
lesshint reporter
Last synced: 13 days ago
JSON representation
Stylish reporter for lesshint.
- Host: GitHub
- URL: https://github.com/lesshint/reporter-stylish
- Owner: lesshint
- License: mit
- Created: 2016-04-20T13:02:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T18:48:00.000Z (over 5 years ago)
- Last Synced: 2025-03-25T17:22:02.622Z (30 days ago)
- Topics: lesshint, reporter
- Language: JavaScript
- Size: 576 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lesshint-reporter-stylish
[](https://travis-ci.org/lesshint/reporter-stylish)
Stylish reporter for [lesshint](github.com/lesshint/lesshint).
## Install
Install with npm:```bash
npm install lesshint-reporter-stylish --save-dev
```## Usage
CLI
```bash
lesshint --reporter lesshint-reporter-stylish
```