A smart wrapper for nodegit that simplifies Git operations in Node.js.
dist | ||
test | ||
ts | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
index.js | ||
LICENSE | ||
npmts.json | ||
package.json | ||
README.md | ||
test.js | ||
tslint.json |
smartgit
wrapper for git.
smartgit expects git to be installed on target machine.
Availabililty
Status for master
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