gh-manager-cli 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.13.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.12.0...v1.13.0) (2025-09-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add Homebrew tap support and CLI flags ([#10](https://github.com/wiiiimm/gh-manager-cli/issues/10)) ([bba6c38](https://github.com/wiiiimm/gh-manager-cli/commit/bba6c38b5c1bd01b8a01d87b8e2910d3523dd776))
|
|
7
|
+
|
|
1
8
|
# [1.12.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.11.1...v1.12.0) (2025-09-01)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -80,6 +80,13 @@ On first run, you'll be prompted for a GitHub Personal Access Token.
|
|
|
80
80
|
|
|
81
81
|
## Installation
|
|
82
82
|
|
|
83
|
+
### Homebrew (macOS/Linux)
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
brew tap wiiiimm/tap
|
|
87
|
+
brew install gh-manager-cli
|
|
88
|
+
```
|
|
89
|
+
|
|
83
90
|
### NPX (Recommended - No Installation Required)
|
|
84
91
|
|
|
85
92
|
Run instantly without installing:
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var require_package = __commonJS({
|
|
|
24
24
|
"package.json"(exports, module) {
|
|
25
25
|
module.exports = {
|
|
26
26
|
name: "gh-manager-cli",
|
|
27
|
-
version: "1.
|
|
27
|
+
version: "1.13.0",
|
|
28
28
|
private: false,
|
|
29
29
|
description: "Interactive CLI to manage your GitHub repos (personal) with Ink",
|
|
30
30
|
license: "MIT",
|