0.2.1 • Published 6 years ago
tegtig v0.2.1
tegtig
A javascript Github API command line tool
Installation
npm installGlobal install
With this option you can use tegtig <option> directly in your terminal:
npm install -gUsage
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.