Manage git repo from node.js application -


i need manage git repository node.js application. there git wrapper library or lets me call git functions high level , interpret result without having parse console output?

i think looking http://www.nodegit.org/ ?

npm install nodegit


Comments

Popular posts from this blog

github - Git errors while pushing -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

c++ - How can I delete a QSharedPointer -