You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,18 @@
16
16
17
17
---
18
18
19
+
### 🏷️ Category labels
20
+
21
+
See how your project measures up. With [portal integration](./packages/cli/README.md#portal-integration), category scores are embeddable and always reflect your latest report.
| <ahref="./packages/cli/README.md#getting-started"><imgalt="Getting started cover image"title="Getting started with code-pushup"src="packages/cli/docs/images/cli-terminal-overview.png"width="1000"></a> | <ahref="./packages/cli/README.md#-ci-automation"><imgalt="CI Automation cover"title="CI automation guide"src="docs/images/gh-action.png"width="1000"></a> |
48
-
| <ul><li>Run **[📦 `@code-pushup/cli`](./packages/cli#readme)** to collect **reports**.</li><li>[Get started](./packages/cli/README.md#getting-started) quickly with our [**official plugins**](#-officially-supported-plugins)! ⏱️</li></ul> | <ul><li>Easy **CI** setup with **[🤖 `code-pushup/github-action`](https://github.com/marketplace/actions/code-pushup)**.</li><li>Import logic from **[📦 `@code-pushup/core`](./packages/core#readme)** to craft **custom tools**.</li></ul> |
49
+
|[🚀 Get started](./packages/cli/README.md#getting-started)️ |[🤖 CI automation](https://github.com/marketplace/actions/code-pushup)|
| <ahref="./packages/cli/README.md#getting-started"><imgalt="Getting started cover image"title="Getting started with code-pushup"src="packages/cli/docs/images/cli-terminal-overview.png"width="1000"></a> | <ahref="./packages/cli/README.md#-ci-automation"><imgalt="CI Automation cover"title="CI automation guide"src="docs/images/gh-action.png"width="1000"></a> |
52
+
| <ul><li>Run **[📦 `@code-pushup/cli`](./packages/cli#readme)** to collect **reports**.</li><li>Get started quickly with our [**official plugins**](#-officially-supported-plugins)! ⏱️</li></ul>| <ul><li>Easy **CI** setup with **[🤖 `code-pushup/github-action`](https://github.com/marketplace/actions/code-pushup)**.</li><li>Import logic from **[📦 `@code-pushup/core`](./packages/core#readme)** to craft **custom tools**.</li></ul> |
| <ul><li>**[Portal](https://code-pushup.dev#portal)** 🌐 **visualizes reports** in a slick UI.</li><li>Track **historical data** from uploads. ⬆️</li></ul> | <ul><li>All the [data models](./packages/models/docs/models-reference.md) you need are provided in **[📦 `@code-pushup/models`](./packages/models/README.md)**.</li><li>Find tons of useful utilities in **[📦 `@code-pushup/utils`](./packages/utils/README.md)**.</li></ul> |
| <ul><li>**[Portal](https://code-pushup.dev/features)** 🌐 **visualizes reports** in a slick UI.</li><li>Track **historical data** from uploads. ⬆️</li></ul>| <ul><li>All the [data models](./packages/models/docs/models-reference.md) you need are provided in **[📦 `@code-pushup/models`](./packages/models/README.md)**.</li><li>Find tons of useful utilities in **[📦 `@code-pushup/utils`](./packages/utils/README.md)**.</li></ul> |
54
58
55
59
---
56
60
@@ -64,6 +68,7 @@ _We want to change that!_
64
68
| <imgwidth="24"src="docs/images/plugin-lighthouse.icon.png"> |[Lighthouse](./packages/plugin-lighthouse#readme)| Measures web performance and best practices with **Lighthouse**. |
65
69
| <imgwidth="24"src="docs/images/plugin-jsdocs.icon.png"> |[JSDocs](./packages/plugin-jsdocs#readme)| Analyzes how much source code is **documented** using JSDocs comments. |
66
70
| <imgwidth="24"src="docs/images/plugin-typescript.icon.png"> |[TypeScript](./packages/plugin-typescript#readme)| Checks for **TypeScript** errors using strict compiler flags. |
71
+
| <imgwidth="24"src="docs/images/plugin-axe.icon.png"> |[Axe](./packages/plugin-axe#readme)| Detects accessibility issues using **Axe**. |
0 commit comments