Skip to content

Commit 12fc3f6

Browse files
committed
docs: add cli commands to readme
1 parent 341ab65 commit 12fc3f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ GraphBox consolidates three previously separate BibGraph packages into a single,
2323
pnpm install graphbox
2424
```
2525

26+
## CLI
27+
28+
```bash
29+
npx graphbox help # Show available commands
30+
npx graphbox version # Show version
31+
npx graphbox generate # Generate a graph from a specification
32+
npx graphbox analyze # Analyze graph properties
33+
npx graphbox validate # Validate a graph against constraints
34+
```
35+
2636
## Key Features
2737

2838
### Graph Adapters

0 commit comments

Comments
 (0)