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 |
smartgit is an easy wrapper for nodegit
a wrapper for git. This plugin does not use nodegit as nodegit appears to have too many bugs for now.
Buildstatus/Dependencies
Usage
This plugin exposes some easified method wrappers for nodegit. This limits options but reduces errors (TypeScript) and speeds up usage.
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
Tip: use smartssh to setup your SSH environment