1.0.4 • Published 5 months ago

gpmc v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Git Profile Manager (GPM)

Overview

Git Profile Manager (gpm) is a CLI tool that automates setting up folder-specific Git profiles on Windows, Linux, and Mac. It allows users to define different Git usernames and emails for specific projects.

Setup & Installation

Prerequisites

Ensure you have the following installed:

  • Node.js (v18 or later)
  • Git

Steps to Install

  1. Clone the project:
    git clone https://github.com/ZUBERKHAN034/git-profile-manager.git
    cd git-profile-manager
  2. Run the command:
    npm run cli

CLI Features

  • After setup run gpm -h in terminal to confirm Setup & Installation
  • Automatically sets up a Git profile for a folder using gpm init
  • Lists all configured Git profiles with gpm list
  • Removes a folder-specific Git profile with gpm remove <dir>
  • Fully cross-platform (Windows, Linux, Mac)
1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

2 years ago