-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdemo-ko.tape
More file actions
77 lines (60 loc) · 1.32 KB
/
Copy pathdemo-ko.tape
File metadata and controls
77 lines (60 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# VHS Demo Script for CodeSyncer v3.0 (한국어)
# Run: vhs demo-ko.tape
Output demo-ko.gif
Output demo-ko.mp4
Set FontSize 20
Set Width 800
Set Height 550
Set Theme "Dracula"
Set Padding 40
Set Shell "bash"
Set TypingSpeed 80ms
# ============================================
# Setup (hidden)
# ============================================
Hide
Type "cd /tmp && rm -rf demo-project && mkdir demo-project && cd demo-project && git init -q && echo '{}' > package.json && clear"
Enter
Sleep 500ms
Show
Sleep 1.5s
# ============================================
# 1단계: 설치
# ============================================
Type "# 1단계: 설치"
Enter
Sleep 2s
Type "npm install -g codesyncer"
Enter
Sleep 3s
# ============================================
# 2단계: 초기화
# ============================================
Type "# 2단계: 초기화"
Enter
Sleep 2s
Type "codesyncer init"
Enter
Sleep 4s
# 언어 선택: 기본값 English에서 Up으로 한국어 선택
Up
Sleep 500ms
Enter
Sleep 3s
# 설정 시작? 예
Enter
Sleep 2s
# 프로젝트 이름: 기본값
Enter
Sleep 1s
# GitHub 사용자명
Type "your-name"
Enter
Sleep 5s
# ============================================
# 3단계: 완료!
# ============================================
Sleep 2s
Type "# 완료! Claude에게: 'CLAUDE.md 읽어줘'"
Enter
Sleep 4s