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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -