github-cli.ts
v1.6.6
Published
Github 레포지토리 및 사용자 정보를 분석하고 가져오는 CLI
Maintainers
Readme
github-cli.ts
Github 레포지토리 및 사용자 정보를 빠르게 확인할 수 있는 CLI 라이브러리입니다.
설치 방법 (npm, yarn, pnpm)
npm install github-cli.ts
yarn add github-cli.ts
pnpm add github-cli.ts사용방법
Usage: github [options] [command]JSON 형식으로 출력:
Usage: github [options] [command] --jsonOptions:
-v --version
-h, --help display help for commandCommands:
repo [options] <repo> Github 레포지토리 정보를 가져옵니다.
user [options] <username> Github 사용자 정보를 가져옵니다.
help [command] display help for command출력 결과 (example)
github repo RKDH2/github-cli.tsgithub repo RKDH2/github-cli.ts --json
