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 6e270ec commit 24775daCopy full SHA for 24775da
README.md
@@ -0,0 +1,28 @@
1
+# github-cli.ts
2
+ 
3
+
4
+Github 레포지토리 및 사용자 정보를 빠르게 확인할 수 있는 CLI 라이브러리 입니다.
5
6
+## 설치 방법 (npm, yarn, pnpm)
7
+```
8
+npm install github-cli.ts
9
+yarn add github-cli.ts
10
+pnpm add github-cli.ts
11
12
13
+## 사용방법
14
15
+Usage: github [options] [command]
16
17
18
+Options:
19
+ -v --version
20
+ -h, --help display help for command
21
+ --json JSON 형식으로 출력
22
23
24
+Commands:
25
+ repo [options] <repo> Github 레포지토리 정보를 가져옵니다.
26
+ user [options] <username> Github 사용자 정보를 가져옵니다.
27
+ help [command] display help for command
28
0 commit comments