hlidskjalf 0.0.5 → 0.0.6
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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# hlidskjalf
|
|
2
2
|
|
|
3
|
-
A Terminal User Interface for
|
|
3
|
+
A Terminal User Interface for visualizing Turborepo tasks, built with [Ink](https://npm.im/ink).
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ pnpm dev
|
|
|
22
22
|
|
|
23
23
|
## Options
|
|
24
24
|
|
|
25
|
-
| Option |
|
|
26
|
-
| --- | --- |
|
|
27
|
-
| `filter` | `--filter=web`
|
|
28
|
-
| `order` |
|
|
25
|
+
| Option | Description |
|
|
26
|
+
| --- | --- |
|
|
27
|
+
| `filter` | Include specific workspaces (`--filter=web`). Repeatable. Append `...` for transitive deps. |
|
|
28
|
+
| `order` | Sort by `alphabetical` (default) or `run` (`--order=run`) dependency order. |
|