Package Exports
- sangramjeet
- sangramjeet/bin/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sangramjeet) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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