rakeshsingh61
Version:
CLI to print My resume in the terminal via npx
83 lines (58 loc) âĸ 1.69 kB
Markdown
# đ Rakesh's Resume CLI
> Interactive terminal resume - Clean, fast, and developer-friendly!
>
> [](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)