There are several ways to install and run gh-manager-cli:
Run instantly without installing:
npx gh-manager-cliInstall globally for persistent gh-manager-cli command:
npm install -g gh-manager-cli
gh-manager-cliDownload standalone executables from GitHub Releases:
- Linux:
gh-manager-cli-linux-x64 - macOS:
gh-manager-cli-macos-x64 - Windows:
gh-manager-cli-windows-x64.exe
Make the binary executable (Linux/macOS):
chmod +x gh-manager-cli-*
./gh-manager-cli-*Prerequisites:
- Node.js 18+
- pnpm
Install and build:
pnpm install
pnpm buildRun locally:
node dist/index.js
# Or add to PATH for dev
pnpm link
gh-manager-cli- Token & Security - Set up authentication
- Features - Explore available features
- Usage - Learn how to use the CLI