Get git contributors for a folder:
git contributors /pub/git/git-contributors
Get git contributors for a whole org:
git contributors --org hardening-io
Use custom formatting, for example for Markdown:
git contributors . --format "* [%NAME](%URL)"
At the moment, build it locally:
gem build *gemspec
gem install *gem
Or use bundler
bundle install
bundle exec bin/git-contributors .
- Fork it ( http://github.com//git-contributors/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2014-15 Dominik Richter
Licensed under MIT