Manage git repo from node.js application

时间:2015-10-30 21:46:41

标签: node.js git nodegit

I need to manage a git repository from a Node.js application. Is there a git wrapper library or something that lets me call git functions high level and interpret the result without having to parse the console output?

1 个答案:

答案 0 :(得分:1)

I think you are looking for http://www.nodegit.org/ ?

npm install nodegit