git-plugin is a simple plugin management tool based on Git Alias.
Download and add path.
# Bash example
$ git clone https://github.com/harunorimurata/git-plugin.git
$ echo export PATH=$(pwd)/git-plugin:$PATH >> ~/.bashrc
$ source ~/.bashrcInitialize.
$ git-plugin initRun git plugin help for displaying the usage.