github-actions-watcher 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,20 @@
2
2
 
3
3
  A terminal UI for monitoring GitHub Actions workflow runs. Auto-detects the repo from your current directory, shows recent runs, and lets you drill into jobs and steps -- all without leaving the terminal.
4
4
 
5
+ ## Quick start
6
+
7
+ ```
8
+ npx github-actions-watcher
9
+ ```
10
+
5
11
  ## Install
6
12
 
7
- ```bash
13
+ ```
8
14
  npm install -g github-actions-watcher
9
15
  ```
10
16
 
17
+ Then run `ghaw` from any directory with a GitHub remote.
18
+
11
19
  Requires the [GitHub CLI](https://cli.github.com/) (`gh`) to be installed and authenticated.
12
20
 
13
21
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-actions-watcher",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Terminal TUI for monitoring GitHub Actions workflow runs",
5
5
  "type": "module",
6
6
  "bin": {