A smart wrapper for nodegit that simplifies Git operations in Node.js.
Go to file
2016-11-22 00:24:11 +01:00
dist update deps 2016-11-21 19:34:59 +01:00
test update deps 2016-11-21 19:34:59 +01:00
ts update 2016-11-22 00:07:36 +01:00
.gitignore update deps 2016-11-21 19:34:59 +01:00
.gitlab-ci.yml now works with SSH keys 2016-06-28 02:52:21 +02:00
.travis.yml small travis fix 2016-03-31 13:23:59 +02:00
index.js initial 2016-03-31 01:59:45 +02:00
LICENSE initial 2016-03-31 01:59:45 +02:00
npmts.json update deps 2016-04-04 23:09:14 +02:00
package.json update 2016-11-22 00:07:36 +01:00
README.md Update README 2016-11-22 00:24:11 +01:00
test.js initial 2016-03-31 01:59:45 +02:00
tslint.json update 2016-11-22 00:07:36 +01:00

smartgit

wrapper for git.

smartgit expects git to be installed on target machine.

Availabililty

npm git git docs

Status for master

build status coverage report Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Features:

  • clone a git repo
  • init a new repo
  • create a new git repo
  • add changes and make a new commit
  • commit changes
  • push changes
  • add/remove remotes

Usage

We recommend the use of TypeScript for best in class intellisense

import * as smartgit from 'smartgit'

Tip: use smartssh to setup your SSH environment

npm