gitdig-cli
v1.0.1
Published
A CLI tool to check GitHub user information
Readme
GitHub User Checker
A TypeScript command-line tool to check GitHub user information and their latest repository. NPM COMING UP.
Features
- Fetch and display user profile information
- Show user's public repositories count and followers
- Display user's bio and location (if available)
- Show the latest updated repository
- Interactive CLI interface with color-coded output
- Written in TypeScript for better type safety and developer experience
Installation
- Clone this repository
- Install dependencies:
npm installUsage
For development:
npm run devFor production:
npm run build
npm startFollow the prompts to:
- Enter a GitHub username to check
- View their profile information
- Choose to check another username or exit
Development
npm run build- Builds the TypeScript codenpm run dev- Runs the application in development mode with ts-nodenpm run watch- Watches for changes and rebuilds automatically
Dependencies
- chalk: For colored terminal output
- TypeScript and Node.js type definitions
- Node.js built-in modules (https, readline)
