1.0.2 • Published 2 years ago

gitaccountmanager v1.0.2

Weekly downloads
9
License
ISC
Repository
-
Last release
2 years ago

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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

4 years ago