People contibute to various open source projects. However it is difficult to see actual contributions in one place. Suppose that your code is included in famous open source project like Linux. To find your commit, you have to clone Linux repository and type command git log --author=blahblah
. committrs finds your contributions scattered over open source projects automatically and provides a profile page.
committrs.io now only collects your commits in GitHub repository with over 30 stars. Support for other platforms will be added in the future.(e.g. Gitlab, MDN, Wikipedia ... Whatever it is!) Issues and PRs are welcome.
/batch
: batch script for collecting commits in GitHub repository/client
: front-end app made with React/server
: api server made with Node.js
PRs and issues are always welcome. Please feel free to open PRs and issues! Make sure that LTS version of Node.js is installed in your system before start.
- Support for other platforms.(Gitlab, MDN ...)
- Make committrs.io solid software with test code.
committrs.io is licensed under MIT license. Please see the LICENSE file.