Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesshint/reporter-teamcity
TeamCity reporter for lesshint.
https://github.com/lesshint/reporter-teamcity
Last synced: 7 days ago
JSON representation
TeamCity reporter for lesshint.
- Host: GitHub
- URL: https://github.com/lesshint/reporter-teamcity
- Owner: lesshint
- License: mit
- Created: 2016-02-24T20:08:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T03:02:16.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T16:20:55.796Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lesshint-reporter-teamcity
[![Build Status](https://travis-ci.org/lesshint/reporter-teamcity.svg?branch=master)](https://travis-ci.org/lesshint/reporter-teamcity)
TeamCity reporter for [lesshint](github.com/lesshint/lesshint).
## Install
Install with npm:```bash
npm install lesshint-reporter-teamcity --save-dev
```## Usage
CLI
```bash
lesshint --reporter lesshint-reporter-teamcity
```