gitaccountmanager

1.0.2 • Public • Published

GitManager

The most convenient way to switch GitHub Accounts via Terminal.

Notices

GitManager currently only supports Windows. Support for other operating systems will come soon. Also be aware that your passwords will be stored in plaintext on your computer.

Installation

Install GitManagervia NPM

npm install -g gitaccountmanager

Usage

Command-Line

Add a new account

gitmanager add [username] [password]

See all accounts

gitmanager list

Login to an account

gitmanager switch [username]

Remove an account

gitmanager remove [username]

Edit an account

gitmanager edit [username] [new password]

Module

GitManager can also be used as a Module.

First you need to require the module

const gitmanager = require("gitmanager")

Then you can make use of the 5 exposed functions login, addAccount, removeAccount, editAccount,loadAccounts

/gitaccountmanager/

    Package Sidebar

    Install

    npm i gitaccountmanager

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    8.89 kB

    Total Files

    5

    Last publish

    Collaborators

    • paul-hanneforth