Skip to content

Commit 4f8bd7a

Browse files
committed
docs: add demo video to README and bump to v0.1.1
1 parent 2d6b5b9 commit 4f8bd7a

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ node_modules/
55
dist/
66
*.tsbuildinfo
77

8-
# Demo video output
9-
demo-video/out/
8+
# Demo video source output (keep demo.mp4 for README)
9+
demo-video/out/*.json
10+
demo-video/out/*.png
1011

1112
# Environment
1213
.env

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A CLI that scans your codebase for UX, accessibility, and design quality issues.
44

55
Built for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, Amp Code, OpenCode) and human developers alike.
66

7+
<video src="https://raw.githubusercontent.com/dinethlive/ux-doctor/main/demo-video/out/demo.mp4" controls width="100%"></video>
8+
79
## Quick Start
810

911
```bash

demo-video/out/demo.mp4

2.76 MB
Binary file not shown.

packages/ux-doctor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A CLI that scans your codebase for UX, accessibility, and design quality issues.
44

55
Built for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, Amp Code, OpenCode) and human developers alike.
66

7+
<video src="https://raw.githubusercontent.com/dinethlive/ux-doctor/main/demo-video/out/demo.mp4" controls width="100%"></video>
8+
79
## Quick Start
810

911
```bash

packages/ux-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ux-doctor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI tool that scans codebases for UX/UI accessibility and design quality issues",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)