UNPKG

rakeshsingh61

Version:

CLI to print My resume in the terminal via npx

83 lines (58 loc) â€ĸ 1.69 kB
# 📄 Rakesh's Resume CLI > Interactive terminal resume - Clean, fast, and developer-friendly! > > [![npm version](https://badge.fury.io/js/rakeshsingh61.svg)](https://www.npmjs.com/package/rakeshsingh61) ## 🚀 Quick Start ```bash # Run instantly npx @rakeshsingh61 # Or install globally npm install -g @rakeshsingh61 ``` ## đŸŽ¯ Commands ### Basic Info - `--name`, `--email`, `--phone`, `--location` - Contact details - `--contact` - All contact info - `--skills` - Technical skills - `--projects [name]` - Projects (filter by name/number) - `--education` - Education background ### Links - `--portfolio` - Portfolio website - `--github` - GitHub profile - `--download` - Resume download link - `--links [project]` - Project links ### Export - `--save [filename]` - Save to text file - `--json` - Export as JSON - `--plain` - Simple text output ## 📖 Examples ```bash # View full resume npx rakeshsingh61 # Get contact info npx rakeshsingh61 --contact npx rakeshsingh61 --email # View projects npx rakeshsingh61 --projects npx rakeshsingh61 --projects Timeline # Get links npx rakeshsingh61 --portfolio npx rakeshsingh61 --github npx rakeshsingh61 --download # Save resume npx rakeshsingh61 --save npx rakeshsingh61 --save my-resume.txt # Export as JSON npx rakeshsingh61 --json > resume.json ``` ## â„šī¸ Help ```bash # See all available commands npx rakeshsingh61 --help ``` ## 🤝 Connect with Rakesh - **🌐 Portfolio:** [iamrakesh.codes](https://iamrakesh.codes) - **📧 Email:** rakeshsinghtcp@gmail.com - **📍 Location:** Navi Mumbai, India ## 📝 License MIT Š [Rakesh Ramkishor Singh](https://iamrakesh.codes)