Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
/ tegtig Public archive

A github API command line tool for lazy people

License

Notifications You must be signed in to change notification settings

3cpt/tegtig

Repository files navigation

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