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 🙏

© 2024 – Pkg Stats / Ryan Hefner

mahdihazrati

v2.0.6

Published

Mahdi Hazrati Interactive CV

Downloads

108

Readme

Mahdi Hazrati - Interactive CLI Portfolio

NPM Version License GitHub Issues

Welcome to the Mahdi Hazrati Interactive CLI Portfolio, a fun and engaging way to explore Mahdi's professional profile directly from your terminal! This Node.js-based project showcases Mahdi’s experience, skills, and contact information, all within an interactive command-line interface.

Screen Shot

Table of Contents

Features

  • 📝 View Mahdi’s Resume: Access and download Mahdi's CV in PDF format.
  • 📧 Send Mahdi an Email: Open your default email client with a pre-filled email to Mahdi.
  • 🌐 Access Online Profiles: Instantly open Mahdi’s GitHub, LinkedIn, website, and more.
  • 🎥 Check Out YouTube: Explore Mahdi’s YouTube channel for coding tutorials and personal growth videos.
  • 🚀 Interactive CLI: Navigate Mahdi’s portfolio using an interactive menu.
  • 👋 Friendly Exit: Receive a friendly farewell message when you exit using Ctrl + C or Ctrl + X.

Installation

You can easily install and run this project as a global Node.js package from NPM.

Prerequisites

Ensure you have Node.js and npm installed on your machine. You can download them here.

Install Globally from NPM

npm install -g mahdihazrati

Once installed, you can run it directly from your terminal:

mahdihazrati

Running Directly with npx

If you prefer not to install it globally, you can also run it directly using npx:

npx mahdihazrati

Usage

After running the command, you’ll be greeted with an interactive menu where you can explore Mahdi's online presence, download his CV, or contact him.

Example

npx mahdihazrati

This will start the CLI portfolio and present you with a set of options like viewing the CV, visiting GitHub, or sending an email.

Available Commands

In the interactive menu, you can select the following options:

  • 👨‍💻 View PDF CV: Opens Mahdi's resume in your browser for download.
  • 📧 Send an Email to Mahdi: Opens your default email client to send Mahdi an email.
  • 🌐 Open Mahdi's Website: Redirects to Mahdi's personal website.
  • 💻 Visit Mahdi's GitHub: Takes you to Mahdi’s GitHub profile to view his repositories.
  • 🔗 Visit Mahdi's LinkedIn: Opens Mahdi's LinkedIn profile.
  • 🌍 Visit NextProduction.dev: Takes you to Mahdi's entrepreneurial venture, NextProduction.
  • 🎥 Visit Mahdi's YouTube Channel: Opens Mahdi's YouTube channel for coding and personal growth content.

You can select any of these options to interact with Mahdi's portfolio in a friendly, CLI-based way.

Technologies

This project uses the following libraries and tools:

  • Node.js: JavaScript runtime for building the CLI.
  • Chalk: For terminal string styling and colors.
  • Boxen: To create stylish boxes for presenting text in the terminal.
  • Inquirer: For interactive command-line prompts.
  • Open: To open URLs in the browser or emails in the default client.

Contributing

If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

We welcome all kinds of contributions, whether it’s bug fixes, new features, or improvements!

Contact

Feel free to reach out if you have any questions or suggestions:

License

This project is licensed under the GPL-3.0-or-later , - see the LICENSE file for details.