3cpt / tegtig

A github API command line tool for lazy people

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tegtig

FOSSA Status

A javascript Github API command line tool

Installation

npm install

Global install

With this option you can use tegtig <option> directly in your terminal:

npm install -g

Usage

Get User by username

node . u <username>
//
node . user <username>

Get User ID by username

node . uid <username>

Get Organization by orgname

node . o <orgname>
//
node . org <orgname>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

FOSSA Status

About

A github API command line tool for lazy people

License:MIT License


Languages

Language:JavaScript 96.7%Language:Shell 3.3%