有没有人使用nodejs实现了git克隆或接口库

有没有人使用nodejs实现了git克隆或接口库

本文介绍了有没有人使用nodejs实现了git克隆或接口库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个可以从nodejs访问的git实现 - 这样的野兽是否存在?

I'm looking for an implementation of git which is accessible from nodejs - does such a beast exist?

推荐答案

就像现在有几种使用节点的git的选项一样:

Looks like there are now several options for using git from node:


  • gift:简单的Node.js封装,用于Git CLI,基于API Grit( / )

  • nodegit:libgit2异步本地绑定( / )

  • node-git:围绕命令行git命令的薄包装器() )

  • gift: simple Node.js wrapper for the Git CLI with an API based on Grit (npm / github)
  • node-git: a node.js git implementation modeled on grit (npm / github)
  • nodegit: libgit2 asynchronous native bindings (npm / github)
  • node-git: a thin wrapper around the command-line git command (github)

这篇关于有没有人使用nodejs实现了git克隆或接口库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 17:24