sangramjeet
v1.0.5
Published
Sangramjeet Ghosh (Jeet) - Developer Portfolio CLI
Downloads
828
Maintainers
Readme
Sangramjeet Ghosh (Jeet) - Developer Portfolio CLI
A terminal-based Matrix-themed interactive developer portfolio card for Sangramjeet Ghosh. Stand out, look memorable, and connect with recruiters and developers directly through the command line!
Features
- 🕶️ Matrix Hacker Aesthetics: Pure green CLI theme with custom boot screens and border formatting.
- ⚡ Auto-Link Open: Project and social menu items launch in your default web browser instantly.
- 🧠 Skills Registry: Shows top competencies like AI workflow automation and agentic development.
- ⌨️ Subcommand Nodes: Bypass the menu with quick subcommands for instant info.
Usage
Run instantly via npx:
npx sangramjeetNote: You can also use npx sangramjeet-ghosh or install it globally to run anytime with just jeet:
npm install -g sangramjeet
jeetCommands
You can run direct arguments to view specific sections or open resumes:
# View main profile card
jeet about
# View core skills and complete tech stack
jeet skills
# View all projects
jeet projects
# View social / contact links
jeet socials
# or
jeet contact
# Resumes - opens directly in browser:
jeet resume # Opens AI Engineer resume (default)
jeet resume -ai # Opens AI Engineer resume
jeet resume -fsd # Opens Full-Stack Developer resume
jeet resume -cv # Opens General CVGlobal Installation & Publishing
Since jeet is taken on the NPM Registry, we publish as sangramjeet (or sangramjeet-ghosh). However, your local binary configuration links jeet, sangramjeet, and sangramjeet-ghosh commands.
To publish this package globally:
- Log in to npm:
npm login - Publish:
npm publish - Run anywhere:
npx sangramjeetor install globallynpm install -g sangramjeetand run withjeet!
License
MIT
