ganeshak11
v2.1.0
Published
A personal DevCard for Ganesh Angadi
Readme
👨💻 @ganeshak11/devcard
A sleek, interactive, and fully-featured personal business card built for the terminal.
This CLI tool serves as a digital identity card, showcasing my bio, technical skills, and contact links in a beautifully animated boxen layout complete with an interactive command palette and a scannable QR code!
🚀 Quick Start
You can run the DevCard instantly without installing anything using npx:
npx ganeshak11✨ Features
- Beautiful UI: Built using
boxenandchalkfor a clean, colorful, and responsive terminal layout. - Interactive Command Palette: Navigate through different sections using your arrow keys via
inquirer. - Scannable QR Code: Scan the terminal with your phone to instantly visit my portfolio site using
qrcode-terminal. - Easter Egg Animation: Trigger the "Summon the Duck" option for a fun terminal buffer animation!
🛠️ Built With
- TypeScript
- Inquirer.js - For the interactive prompt
- Boxen - For the sleek borders
- Chalk - For terminal string styling
- QRCode-Terminal - For rendering the QR code
📦 Local Development
If you want to clone this repo and run it locally:
- Clone the repository
- Install dependencies:
npm install - Compile the TypeScript:
npm run build - Run the CLI:
npm start
Built as part of the Fortis-Tools DevOps toolkit.
