We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1ab69 commit f9fee01Copy full SHA for f9fee01
1 file changed
packages/cli/README.md
@@ -0,0 +1,14 @@
1
+# git-glimpse CLI
2
+
3
+> **Work in progress** — this package is not yet tested and may not work reliably. Use at your own risk.
4
5
+CLI for running git-glimpse locally.
6
7
+## Usage
8
9
+```bash
10
+npx git-glimpse init # scaffold a git-glimpse.config.ts
11
+npx git-glimpse run # generate a demo clip from your local changes
12
+```
13
14
+For full documentation see the [root README](../../README.md).
0 commit comments