Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit b620804

Browse files
committed
Update Readme
1 parent ccb4827 commit b620804

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# lesshint-lint-xml-reporter
2-
[![Code Climate](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter/badges/gpa.svg)](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter) [![devDependency Status](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter/dev-status.svg)](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter#info=devDependencies)
2+
[![Build Status](https://travis-ci.org/llaumgui/lesshint-lint-xml-reporter.svg?branch=master)](https://travis-ci.org/llaumgui/lesshint-lint-xml-reporter) [![Code Climate](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter/badges/gpa.svg)](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter) [![devDependency Status](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter/dev-status.svg)](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter#info=devDependencies)
33

44
A [lesshint](https://github.com/lesshint/lesshint)'s [reporter](https://github.com/lesshint/lesshint/blob/master/lib/lesshint.js#reporters) using the same lint-xml format that [CSSLint](https://github.com/CSSLint/csslint).
5+
6+
## Installation
7+
Run the following command from the command line (add -g to install globally):
8+
9+
```
10+
npm install -V git+https://github.com/llaumgui/lesshint-lint-xml-reporter.git
11+
```
12+
13+
## Usage
14+
Use [lesshint](https://github.com/lesshint/lesshint) with `-r` or `--reporter` option:
15+
16+
```bash
17+
lesshint --reporter lint-xml file.less
18+
lesshint --reporter /path/to/lesshint-lint-xml-reporter/lint-xml .js file.less
19+
```

0 commit comments

Comments
 (0)