node.jsgitnodegit

Manage git repo from node.js application


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?


Solution

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

    npm install nodegit