JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q103536F
  • License MIT

Sangramjeet Ghosh (Jeet) - Developer Portfolio CLI

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 sangramjeet

Note: You can also use npx sangramjeet-ghosh or install it globally to run anytime with just jeet:

npm install -g sangramjeet
jeet

Commands

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 CV

Global 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:

  1. Log in to npm: npm login
  2. Publish: npm publish
  3. Run anywhere: npx sangramjeet or install globally npm install -g sangramjeet and run with jeet!

License

MIT