Bhinneka / mehub

:baby: a Command line tool for showing Github User's Information written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mehub

a Command line app for showing Github User's Information

Install

Make sure Elixir is installed on your computer https://elixir-lang.org/install.html

  • Clone mehub
$ git clone https://github.com/Bhinneka/mehub.git
  • Build mehub
$ make install

Testing

$ make tests

Usage

./mehub -u 'github_username'

  • Show Github user's information
$ ./mehub -u tj

* Name : TJ Holowaychuk
* Followers : 37107
* Website : https://apex.sh
* Bio : Founder of Apex
https://apex.sh, a non-startup.
medium.com/@tjholowaychuk • twitter.com/tjholowaychuk • tjholowaychuk.com
* Location : Victoria, BC, Canada
* Company : Apex
  • Show Github user's organization
./mehub -u tj -o

tj's Organization :
* zeromq
* LearnBoost
* senchalabs
* component
* koajs
* slate
* clibs
* reworkcss
* expressjs
* cojs
* nanodb
* jstrace
* statsd
* gohttp
* visionmedia
* apex

Author

Wuriyanto https://github.com/wuriyanto48

About

:baby: a Command line tool for showing Github User's Information written in Elixir

License:MIT License


Languages

Language:Elixir 99.4%Language:Makefile 0.6%