从 node.js 个应用程序管理 git 个存储库
Manage git repo from node.js application
我需要管理一个 git repository from a Node.js 应用程序。是否有 git 包装器库或让我调用 git 高级函数并解释结果而无需的东西解析控制台输出?
我想你在找 http://www.nodegit.org/ ?
npm install nodegit
我需要管理一个 git repository from a Node.js 应用程序。是否有 git 包装器库或让我调用 git 高级函数并解释结果而无需的东西解析控制台输出?
我想你在找 http://www.nodegit.org/ ?
npm install nodegit