gh-cli-project-bitilit
v1.0.0
Published
A simple interactive CLI to manage your GitHub account!
Readme
gh-cli-project-bitilit
A simple interactive CLI to manage your GitHub account!
Installation
You can install this package globally using npm:
npm install -g gh-cli-project-bitilitSetup
Before running the CLI, you must provide your own GitHub Personal Access Token. The CLI uses this to authenticate on your behalf.
Set it as an environment variable in your terminal:
export GITHUB_TOKEN="your_personal_access_token_here"Usage
Once installed and authenticated, simply run the interactive menu:
gh-helper-bitislit menuOr you can use the commands directly:
gh-helper-bitislit whoami: Check your connectiongh-helper-bitislit list-repos: View your repositoriesgh-helper-bitislit create-repo <name>: Create a new repository
