Is it possible to install so

npm install nodegit 

and then just write git commands in the Node.js console? Using one console for git and gulp will be more convenient for me ..

  • And what is the result, if you run npm install nodegit ? - Nick Volynkin
  • By node.js console, do you mean a REPL ? - Dmitriy Simushev

0