Skip to content

Commit

Permalink
Update README.md for the major release.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukehirao committed Sep 30, 2020
1 parent a9dcd38 commit ef43199
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
![Test](https://github.com/markuplint/markuplint/workflows/Test/badge.svg?branch=master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmarkuplint%2Fmarkuplint.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmarkuplint%2Fmarkuplint?ref=badge_shield)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)
[![Gitter](https://badges.gitter.im/markuplint/community.svg)](https://gitter.im/markuplint/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

A Linter for All Markup Languages (for legacy/modern HTML, Web Components, SVG, MathML, AMP HTML and more).
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/file-resolver/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/file-resolver

[![npm version](https://badge.fury.io/js/%40markuplint%2Ffile-resolver.svg)](https://www.npmjs.com/package/@markuplint/file-resolver)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/file-resolver
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/html-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/html-parser

[![npm version](https://badge.fury.io/js/%40markuplint%2Fhtml-parser.svg)](https://www.npmjs.com/package/@markuplint/html-parser)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/html-parser
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/html-spec/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/html-spec

[![npm version](https://badge.fury.io/js/%40markuplint%2Fhtml-spec.svg)](https://www.npmjs.com/package/@markuplint/html-spec)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/html-spec
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/i18n

[![npm version](https://badge.fury.io/js/%40markuplint%2Fi18n.svg)](https://www.npmjs.com/package/@markuplint/i18n)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/i18n
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/ml-ast/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/ml-ast

[![npm version](https://badge.fury.io/js/%40markuplint%2Fml-ast.svg)](https://www.npmjs.com/package/@markuplint/ml-ast)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/ml-ast
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/ml-config/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/ml-config

[![npm version](https://badge.fury.io/js/%40markuplint%2Fml-config.svg)](https://www.npmjs.com/package/@markuplint/ml-config)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/ml-config
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/ml-core/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/ml-core

[![npm version](https://badge.fury.io/js/%40markuplint%2Fml-core.svg)](https://www.npmjs.com/package/@markuplint/ml-core)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/ml-core
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/pug-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/pug-parser

[![npm version](https://badge.fury.io/js/%40markuplint%2Fpug-parser.svg)](https://www.npmjs.com/package/@markuplint/pug-parser)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand Down Expand Up @@ -30,7 +30,7 @@ Add `parser` option into your `.eslintrc.*` file.
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/rule-textlint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
The rule [`textlint`](https://github.com/textlint/textlint) for HTML, Vue and so on markup languages.

[![npm version](https://badge.fury.io/js/%40markuplint%2Frule-textlint.svg)](https://www.npmjs.com/package/@markuplint/rule-textlint)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = {
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/rules/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/rules

[![npm version](https://badge.fury.io/js/%40markuplint%2Frules.svg)](https://www.npmjs.com/package/@markuplint/rules)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Rules

Expand Down Expand Up @@ -81,7 +81,7 @@ $ yarn add @markuplint/rules
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/svelte-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/svelte-parser

[![npm version](https://badge.fury.io/js/%40markuplint%2Fsvelte-parser.svg)](https://www.npmjs.com/package/@markuplint/svelte-parser)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand Down Expand Up @@ -32,7 +32,7 @@ Add `parser` option into your `.eslintrc.*` file.
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/vue-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/vue-parser

[![npm version](https://badge.fury.io/js/%40markuplint%2Fvue-parser.svg)](https://www.npmjs.com/package/@markuplint/vue-parser)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand Down Expand Up @@ -32,7 +32,7 @@ Add `parser` option into your `.eslintrc.*` file.
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/vue-spec/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @markuplint/vue-spec

[![npm version](https://badge.fury.io/js/%40markuplint%2Fvue-spec.svg)](https://www.npmjs.com/package/@markuplint/vue-spec)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

## Install

Expand All @@ -17,7 +17,7 @@ $ yarn add @markuplint/vue-spec
## Contributing

```
$ git clone [email protected]:markuplint/markuplint.git -b next
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Expand Down
2 changes: 1 addition & 1 deletion packages/markuplint/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![markuplint](https://cdn.rawgit.com/YusukeHirao/markuplint/HEAD/media/logo-v.svg)

[![npm version](https://badge.fury.io/js/markuplint.svg)](https://badge.fury.io/js/markuplint)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint) [![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint) [![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)

A Linter for All Markup Languages (for legacy/modern HTML, Web Components, SVG, MathML, AMP HTML and more).

Expand Down

0 comments on commit ef43199

Please sign in to comment.