Skip to content

Commit 5a0fdeb

Browse files
committed
Improve composer keywords and package description
1 parent d1b9e00 commit 5a0fdeb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Version](https://poser.pugx.org/code-lts/cli-tools/version)](//packagist.org/packages/code-lts/cli-tools)
55
[![License](https://poser.pugx.org/code-lts/cli-tools/license)](//packagist.org/packages/code-lts/cli-tools)
66

7-
CLI tools for managing output formatting
7+
CLI tools to manage output errors formatting for junit, checkstyle, teamcity, gitlab and github error formats.
88

99
## Motivation
1010

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "code-lts/cli-tools",
3-
"description": "Some CLI tools to manage input and output and errors formatting",
3+
"description": "CLI tools to manage output errors formatting for junit, checkstyle, teamcity, gitlab and github error formats",
44
"type": "library",
55
"license": "MPL-2.0",
66
"homepage": "https://github.com/code-lts/cli-tools",
77
"readme": "https://github.com/code-lts/cli-tools/blob/main/README.md",
88
"keywords": [
99
"cli",
10-
"formatters"
10+
"formatters",
11+
"junit",
12+
"checkstyle",
13+
"teamcity",
14+
"gitlab",
15+
"github"
1116
],
1217
"support": {
1318
"email": "[email protected]",

0 commit comments

Comments
 (0)