ayushchoudhary
v2.0.9
Published
Ayush Choudhary's terminal portfolio
Readme
ayush
Ayush Choudhary's terminal portfolio. Zero npm dependencies — Node.js built-ins only.
Run it (no install required)
npx ayushchoudharyThat's it. Works on Mac, Linux, and Windows (with Node.js installed).
Requires Node.js 16 or higher. Check with node --version. Download at nodejs.org.
Install globally
If you want the ayush command available permanently:
npm install -g ayushchoudhary
ayushPermission error on Mac/Linux? Run this first, then retry the install:
sudo chown -R $(whoami) /usr/local/lib/node_modules
To uninstall:
npm uninstall -g ayushchoudharyFlags
| Flag | Description |
|------|-------------|
| (none) | Interactive TUI with arrow-key navigation |
| --about | Print the About section and exit |
| --story | Print the My Story section and exit |
| --experience | Print the Experience section and exit |
| --projects | Print the Projects section and exit |
| --education | Print the Education section and exit |
| --skills | Print the Skills section and exit |
| --contact | Print the Contact section and exit |
| --all | Print all sections and exit |
| --help | Show usage help |
Interactive controls
| Key | Action |
|-----|--------|
| ↑ ↓ / k j | Navigate sections |
| 1–8 | Jump to section |
| q / Ctrl+C | Quit |
My Story section
| Key | Action |
|-----|--------|
| ← → | Previous / next chapter |
| 1–5 | Jump to chapter |
Animations section
| Key | Action |
|-----|--------|
| 1–5 | Play animation |
| 6 | Concentric Circles (6 animations) |
| 7 | Emotions (6 animations) |
| Any key | Stop and return |
License
MIT
