0.2.1 • Published 4 years ago

tegtig v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

tegtig

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