We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4552c98 commit f1f5211Copy full SHA for f1f5211
README.md
@@ -22,10 +22,19 @@ Velog에 올린 글 중 이미지를 포함하고 있으면 자동으로 이미
22
## 👋 사용법
23
24
```bash
25
-git clone https://github.com/cjaewon/velog-backup
+> git clone https://github.com/cjaewon/velog-backup
26
+> cd velog-backup
27
-cd velog-backup
28
-node app.js -u <유저 이름>
+> node app.js --help
29
+Usage: app [options]
30
+
31
+Options:
32
+ -V, --version output the version number
33
+ -u, --username <username> velog 유저이름
34
+ -d, --delay <ms> 요청 딜레이 시간
35
+ -h, --help display help for command
36
37
+> node app.js -u <유저 이름>
38
39
📙 백업을 시작합니다 / velog-backup
40
✅ <유저 이름>님의 모든 글(2 개) 을 가져옴
0 commit comments