Skip to content

Commit 14654aa

Browse files
authored
New header and mention creator
1 parent b166fdd commit 14654aa

File tree

1 file changed

+42
-16
lines changed

1 file changed

+42
-16
lines changed

README.md

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
1-
# grunt-htmlhint
2-
3-
> Lint html files with htmlhint.
4-
5-
[![Build Status](https://travis-ci.org/yaniswang/grunt-htmlhint.svg)](https://travis-ci.org/yaniswang/grunt-htmlhint)
6-
[![NPM version](https://img.shields.io/npm/v/grunt-htmlhint.svg?style=flat)](https://www.npmjs.com/package/grunt-htmlhint)
7-
[![License](https://img.shields.io/npm/l/grunt-htmlhint.svg?style=flat)](https://www.npmjs.com/package/grunt-htmlhint)
8-
[![NPM count](https://img.shields.io/npm/dm/grunt-htmlhint.svg?style=flat)](https://www.npmjs.com/package/grunt-htmlhint)
9-
[![NPM count](https://img.shields.io/npm/dt/grunt-htmlhint.svg?style=flat)](https://www.npmjs.com/package/grunt-htmlhint)
10-
1+
<h1 align="center">
2+
<br>
3+
Grunt HTMLHint
4+
<br>
5+
</h1>
6+
7+
<h4 align="center">Lint HTML files with HTMLHint</h4>
8+
9+
<p align="center">
10+
<a href="https://travis-ci.org/htmlhint/grunt-htmlhint">
11+
<img src="https://img.shields.io/travis/htmlhint/grunt-htmlhint.svg" alt="Travis Build Status">
12+
</a>
13+
<a href="https://codecov.io/gh/htmlhint/grunt-htmlhint">
14+
<img src="https://codecov.io/gh/htmlhint/grunt-htmlhint/branch/master/graph/badge.svg" alt="Codecov">
15+
</a>
16+
<a href="https://www.npmjs.com/package/grunt-htmlhint">
17+
<img src="https://img.shields.io/npm/dm/grunt-htmlhint.svg" alt="NPM count">
18+
</a>
19+
<img src="https://badgen.net/badge/license/MIT/green" alt="MIT Licence" />
20+
<a href="https://discord.gg/nJ6J9CP">
21+
<img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat">
22+
</a>
23+
<a href="http://roadmap.htmlhint.io/roadmap">
24+
<img src="https://img.shields.io/badge/check-our%20roadmap-EE503E.svg" alt="Chat">
25+
</a>
26+
</p>
27+
28+
<p align="center">
29+
  <a href="#getting-started">How To Use</a> • <a href="/CONTRIBUTING.md">Contributing</a> • <a href="http://roadmap.htmlhint.io/">Roadmap</a> • <a href="https://htmlhint.io">Website</a>
30+
</p>
31+
32+
## Table of Contents
33+
34+
- **[Getting Started](#getting-started)**
35+
- **[Usage](#usage)**
36+
- **[Options](#options)**
1137

1238
## Getting Started
1339
This plugin requires Grunt `~0.4.1`
@@ -24,14 +50,14 @@ One the plugin has been installed, it may be enabled inside your Gruntfile with
2450
grunt.loadNpmTasks('grunt-htmlhint');
2551
```
2652

27-
## The "htmlhint" task
53+
## Usage
2854

2955
### Overview
3056
In your project's Gruntfile, add a section named `htmlhint` to the data object passed into `grunt.initConfig()`.
3157

3258
### Options
3359

34-
See all rules here: [https://github.com/yaniswang/HTMLHint/wiki/Rules](https://github.com/yaniswang/HTMLHint/wiki/Rules)
60+
See all rules here: [https://github.com/htmlhint/HTMLHint/wiki/Rules](https://github.com/htmlhint/HTMLHint/wiki/Rules)
3561

3662
If options is empty, task will scan nothing.
3763

@@ -90,8 +116,8 @@ htmlhint: {
90116
}
91117
```
92118

93-
## Release History
119+
## Licence
120+
121+
Project initially created by [@yaniswang](https://github.com/yaniswang) and transferred to the [HTMLHint](https://github.com/htmlhint) organization.
94122

95-
* 2015-10-10   v0.9.9   Update to htmlhint v0.9.9
96-
* 2015-10-7   v0.9.8   Update to htmlhint v0.9.8
97-
* 2013-4-6   v0.4.0   First release
123+
[MIT License](./LICENSE)

0 commit comments

Comments
 (0)