mehmetcan
v1.0.8
Published
CLI to display Mehmetcan Bozkus's about me card in the terminal
Downloads
803
Readme
mehmetcan
🎴 A beautiful terminal business card for Mehmetcan Bozkus
A stylish CLI that displays an interactive profile card with photo, bio, and quick links. Built with TypeScript and Bun.
Quick Start
# Run directly with npx (no install needed)
npx mehmetcan
# Or with bunx
bunx mehmetcanInstallation
# Global install with npm
npm install -g mehmetcan
# Or with bun
bun add -g mehmetcanUsage
# Show the interactive profile card
mehmetcan
# Output profile data as JSON
mehmetcan --jsonFeatures
- 🖼️ Profile Photo - Displays a profile image directly in your terminal
- 🎨 Colorful Bio - Beautifully styled introduction with chalk
- 🔗 Interactive Menu - Select links to open in your browser:
- 💻 GitHub profile
- 🏹 LinkedIn profile
- 𝕏 X/Twitter profile
- 📧 Email (opens mail client)
- 📄 Research paper (IEEE)
Options
| Option | Description |
| -------- | --------------------------- |
| --json | Output profile data as JSON |
Output Preview
[Profile Photo]
Hello, I'm Mehmetcan Bozkus, a Full-Stack Developer!
New grad Computer Engineer based in Istanbul.
I've won 3 hackathons with $10,000+ in prizes 🏆
I love open source development and building things on my GitHub.
I work with React & Next.js, Java & Spring Boot, and Python.
Published research on Fake News Detection on X using Community Notes in IEEE 📄
? Do you want to learn more about me?
❯ 💻 What am I building? (GitHub)
🏹 The path of my career (LinkedIn)
𝕏 What do I think? (X/Twitter)
📧 Send me an email (Email)
📄 Read my research paper (IEEE)
👋 Nope, bye!Development
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for production
bun run build
# Type check
bun run typecheck
# Format code
bun run formatTech Stack
- Runtime: Bun
- Language: TypeScript
- Styling: Chalk
- Terminal Image: terminal-image
- Interactive Prompts: @inquirer/prompts
- Linting/Formatting: Biome
Author
Mehmetcan Bozkus
- GitHub: @mtcnbzks
- LinkedIn: mehmetcanbozkus
- X/Twitter: @mehmetcanbozkus
- Email: [email protected]
License
MIT © Mehmetcan Bozkus
