jaimin-cli

A simple CLI tool made with Node.js

Downloads
4
Stars
0

jaimin CLI Tool

jaimin is a simple CLI tool that provides information about me. This tool was created as a learning project for creating CLI tools using Node.js. image

Installation

You can install the jaimin CLI tool in two ways:

Option 1: Clone the Repository

  1. Clone this repository:

    git clone https://github.com/jai0401/jaimin-cli.git
    cd jaimin-cli
    
  2. Install the dependencies:

    npm install
    
  3. Install the CLI tool globally:

    npm install -g
    

Option 2: Install via npm

  1. Install the jaimin CLI tool globally using npm:

    npm install -g jaimin
    

Usage

After installing, you can use the jaimin command to get information about me. Below are the available commands and options:

Options

  • -V, --version output the version number
  • -h, --help display help for command

Commands

  • github Open my GitHub profile
  • linkedin Open my LinkedIn profile
  • resume Open my resume
  • website Open my personal website
Package Rankings
Top 34.0% on Npmjs.org