node.js - Has anyone implemented a git clone or interface library using nodejs? -


i'm looking implementation of git accessible nodejs - such beast exist?

looks there several options using git node:

  • gift: simple node.js wrapper git cli api based on grit (npm / github)
  • node-git: node.js git implementation modeled on grit (npm / github)
  • nodegit: libgit2 asynchronous native bindings (npm / github)
  • node-git: thin wrapper around command-line git command (github)

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -