17 lines
802 B
Markdown
17 lines
802 B
Markdown
# smartgit is an easy wrapper for nodegit
|
|
an easy wrapper for nodegit
|
|
|
|
### Buildstatus/Dependencies
|
|
[](https://gitlab.com/pushrocks/smartgit/commits/master)
|
|
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
|
[](https://coveralls.io/github/pushrocks/smartgit?branch=master)
|
|
|
|
### 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 |