javascript - How to list contributors of a git repository? -
i want create web app lists contributors of given git repository.
can please guide me start? know the:
git shortlog -s -n
but how integrate web app??
assuming know node.js
, if going use node.js
backend, use express
expose api run git command using node-cmd module. using that, can run terminal commands node.js
.
in angularjs
side, call api using $http
service call , data api.
Comments
Post a Comment