# ghcli **Repository Path**: williamsun/ghcli ## Basic Information - **Project Name**: ghcli - **Description**: Created from GitHub repo ghcli - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ghcli auth github client with token. ## how to use? ### 1. prepare your github Personal Access Token please reference:https://github.com/settings/tokens ### 2. save your token save your token in local file ./gh_token.txt ### 3. auto auth gh ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sunxiaoning/ghcli/main/autorun.sh)" ```