Here's the updated GitHub description optimized for Bun runtime:
A lightning-fast birthday celebration tool built with Bun, featuring animated greetings and interactive fun!
- β‘ Bun-Powered Performance
Faster startup and execution compared to Node.js - π¨ Rich Terminal Visuals
- Dynamic ASCII art animations
- Smooth gradient text effects
- Interactive confetti explosions
- π§ AI-Powered Wisdom
Fetches daily quotes, advice, and facts from free APIs - π‘οΈ Robust Architecture
- Built with TypeScript for type safety
- Graceful error recovery
- Clean async/await patterns
# Install globally
bun install -g birthday-wish
# Run with your name
birthday-wish --name=YourName
# Debug mode
birthday-wish --name=YourName --debug- 4x faster execution than Node.js
- Native TypeScript support (no transpilation needed)
- Lower memory footprint
- Built-in test runner
- Bun - JavaScript runtime (alternative to Node.js)
- TypeScript - Type safety
- Gradient-String - Terminal colors
- Inquirer.js - Interactive prompts
# Run directly (no install)
bunx birthday-wish --name=You
# Install locally
bun add birthday-wish
# Build from source
bun install
bun run buildMIT Β© [Shiro-cha]