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
an easy wrapper for nodegit
Buildstatus/Dependencies
Usage
This plugin exposes some easified method wrappers for nodegit. This limits options but reduces errors (TypeScript) and speeds up usage.
Features:
- easily clone a git repo
- easily create a new git repo
- easily add all changes and make a new commit