shubhamkumar
v1.0.0
Published
πΎ Meet Shubham Kumar β Senior Frontend Engineer. Run: npx shubhamkumar
Maintainers
Readme
πΎ shubhamkumar β terminal business card
An interactive CLI card. Run it, navigate with arrow keys, learn about Shubham.
npx shubhamkumarπ Local Development
# 1. Clone / enter the folder
cd shubhamkumar-card
# 2. Install dependencies
npm install
# 3. Run locally
npm start
# 4. Test as a global command (optional)
npm link
shubhamkumarπ¦ Publishing to npm
# Login to npm (create account at npmjs.com if needed)
npm login
# Publish (first time)
npm publish --access public
# Update later
npm version patch # or minor / major
npm publishβοΈ Customising
All your data lives in data/profile.js β just edit that file:
- Update links, email, bio
- Add new experience / projects
- Add more fun facts
π Project Structure
shubhamkumar-card/
βββ bin/
β βββ card.js β entry point (shebang, boot, menu loop)
βββ data/
β βββ profile.js β ALL your personal data here
βββ lib/
β βββ ui.js β colors, boxes, typewriter, banner
β βββ commands.js β each menu section renderer
βββ package.json
βββ README.mdMade with β and chalk by Shubham Kumar
