Skip to content

Commit 24775da

Browse files
authored
Create README.md
1 parent 6e270ec commit 24775da

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# github-cli.ts
2+
![License](https://img.shields.io/badge/License-MIT-blue.svg?color=green) ![npm](https://img.shields.io/npm/v/github-cli.ts?color=orange)
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

Comments
 (0)