Skip to content

Commit 9040199

Browse files
committed
fix: update description
1 parent 7ff0c39 commit 9040199

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Streaker CLI
22

3-
> 🔥 GitHub contribution streak & stat tracking command line app
3+
GitHub contribution streak/statistic tracking command line application with ASCII contribution graph
44

55
[![ci](https://github.com/jamieweavis/streaker-cli/workflows/ci/badge.svg)](https://github.com/jamieweavis/streaker-cli/actions)
66
[![downloads](https://img.shields.io/npm/dt/streaker-cli.svg)](https://npmjs.com/package/streaker-cli)
@@ -29,8 +29,8 @@ streaker <username> --graph
2929

3030
## Related
3131

32-
- [Streaker](https://github.com/jamieweavis/streaker) - 🔥 GitHub contribution streak & stat tracking menu bar app
33-
- [Contribution](https://github.com/jamieweavis/contribution) - 🗓 GitHub user contribution graph parser, streak & stat calculator
32+
- [Streaker](https://github.com/jamieweavis/streaker) - Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification
33+
- [Contribution](https://github.com/jamieweavis/contribution) - GitHub contribution graph parser - contribution streak & statistic calculator with zero dependencies
3434

3535
## Built With
3636

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streaker",
3-
"description": "GitHub contribution streak & stat tracking command line app",
3+
"description": "GitHub contribution streak/statistic tracking command line application with ASCII contribution graph",
44
"version": "2.5.0",
55
"author": "Jamie Weavis",
66
"main": "build/src/app.js",
@@ -62,9 +62,7 @@
6262
"typescript": "^5.8.3"
6363
},
6464
"release": {
65-
"branches": [
66-
"main"
67-
],
65+
"branches": ["main"],
6866
"plugins": [
6967
"@semantic-release/changelog",
7068
"@semantic-release/commit-analyzer",
@@ -75,14 +73,9 @@
7573
]
7674
},
7775
"lint-staged": {
78-
"*.ts": [
79-
"biome format --write",
80-
"biome lint --write"
81-
]
76+
"*.ts": ["biome format --write", "biome lint --write"]
8277
},
8378
"commitlint": {
84-
"extends": [
85-
"@commitlint/config-conventional"
86-
]
79+
"extends": ["@commitlint/config-conventional"]
8780
}
8881
}

0 commit comments

Comments
 (0)