Manage git repo from node.js application -


i need manage git repository node.js application. there git wrapper library or lets me call git functions high level , interpret result without having parse console output?

i think looking http://www.nodegit.org/ ?

npm install nodegit


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -