标签: 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?
答案 0 :(得分:1)
I think you are looking for http://www.nodegit.org/ ?
npm install nodegit