A simple CLI for displaying your GitHub profile information and repository list. Built with Node.js, Inquirer.js and Picocolors.
Clone the project
git clone https://github.com/mohammedyh/github-profile-cli.git
Go to the project directory
cd github-profile-cli
Install dependencies
pnpm install
Run the CLI
pnpm start
Server: Node.js, Inquirer.js, Picocolors
Tooling: ESLint, Prettier, lint-staged, Husky