Skip to content

Commit f9fee01

Browse files
committed
Added WIP notice for the CLI (untested)
1 parent 9c1ab69 commit f9fee01

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/cli/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)