npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

arnabbhowmik

v1.0.7

Published

✨ Arnab Bhowmik's animated portfolio CLI - Experience an amazing terminal showcase with Matrix effects, ASCII art, and interactive portfolio presentation

Downloads

11

Readme

🚀 Arnab Bhowmik's Animated Portfolio CLI

An interactive terminal portfolio that showcases skills through stunning animations and ASCII art!

✨ Features

  • Matrix Rain Effect - Eye-catching terminal animations inspired by The Matrix
  • Loading Animations - Progressive loading with dynamic progress bars
  • ASCII Art Name Reveal - Big, bold ASCII art displaying "ARNAB BHOWMIK"
  • Glitch Effects - Cool text glitch animations for dramatic reveals
  • Colorful Portfolio Display - Beautifully formatted portfolio information
  • Interactive Commands - Multiple options for different viewing experiences

🎯 Quick Start

Run via NPX (Recommended)

npx ishikabhoyar

Run Locally

# Clone and install
git clone https://github.com/arnab-afk/portfolio-cli
cd portfolio-cli
npm install

# Run with full animation
node index.js

# Or run with quick mode (skip animations)
node index.js --quick

📋 Available Commands

| Command | Description | |---------|-------------| | npx arnab.b | Run full animated portfolio experience | | npx arnab.b --quick | Skip animations, show portfolio directly | | npx arnab.b --help | Display help information | | npx arnab.b --about | Show detailed CLI information | | npx arnab.b --version | Display version number |

🎨 Animation Sequence

  1. Matrix Rain - Green character cascade effect (3 seconds)
  2. Loading Animation - Progressive loading with messages (5 seconds)
  3. Glitch Effect - Name reveal with glitch distortion (0.5 seconds)
  4. ASCII Art - Big bold "ARNAB BHOWMIK" reveal (2 seconds)
  5. Portfolio Display - Formatted information with animated footer

🛠️ Technical Details

  • Runtime: Node.js 14+
  • Dependencies: None (Pure Node.js)
  • Terminal Support: Works on Windows, macOS, and Linux
  • Colors: Full ANSI color support
  • Responsive: Adapts to terminal width/height

📱 Portfolio Information Displayed

  • About Me: Developer background and passion
  • Tech Stack: Frontend, Backend, and Tools expertise
  • Featured Projects: Highlight of major projects
  • Contact Information: GitHub, LinkedIn, Email, Website
  • Personal Quote: Inspirational developer message

🎮 Customization

The CLI can be easily customized by editing index.js:

  • Modify colors in the colors object
  • Update portfolio content in showPortfolio()
  • Adjust animation timing with sleep() calls
  • Change ASCII art in revealName()

🚀 Publishing to NPM

To publish your own version:

  1. Update package.json with your details
  2. Change the name to something unique
  3. Run npm login and npm publish

📄 License

MIT License - Feel free to use this as a template for your own portfolio CLI!

💫 Credits

Created with ❤️ by Arnab Bhowmik

  • Inspired by terminal art and developer culture
  • Built for the developer community
  • Open source and freely available

🌟 Star this repo if you found it helpful!