Skip to content

jinxin0112/zelas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zelas -- git user manager cli

NPM version

zelas can help you easy and fast manager git user.

Install

$ npm install -g zelas

Example

$ zelas add jinxin0112 m18508218948@163.com

    add user jinxin0112(m18508218948@163.com) success

Usage

Usage: zelas [options] [command]

  Commands:

    ls                                    List all the git user
    current                               Show the user name or email
      -e  --show-email                      Show email
    use <user>                            Change user
    add <user> <email>                    Add one user
    del <user>                            Delete one user
    help                                  Print this help

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

LICENSE

MIT