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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -