Update README
This commit is contained in:
parent
6618463e0a
commit
5fd2b07266
41
README.md
41
README.md
@ -1,16 +1,25 @@
|
|||||||
# smartgit is an easy wrapper for nodegit
|
# smartgit
|
||||||
a wrapper for git. This plugin does not use nodegit as nodegit appears to have too many bugs for now.
|
wrapper for git.
|
||||||
|
|
||||||
### Buildstatus/Dependencies
|
smartgit expects git to be installed on target machine.
|
||||||
|
|
||||||
|
## Availabililty
|
||||||
|
[](https://www.npmjs.com/package/smartgit)
|
||||||
|
[](https://gitlab.com/pushrocks/smartgit)
|
||||||
|
[](https://github.com/pushrocks/smartgit)
|
||||||
|
[](https://pushrocks.gitlab.io/smartgit/)
|
||||||
|
|
||||||
|
## Status for master
|
||||||
[](https://gitlab.com/pushrocks/smartgit/commits/master)
|
[](https://gitlab.com/pushrocks/smartgit/commits/master)
|
||||||
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
[](https://gitlab.com/pushrocks/smartgit/commits/master)
|
||||||
[](https://coveralls.io/github/pushrocks/smartgit?branch=master)
|
[](https://david-dm.org/pushrocks/smartgit)
|
||||||
|
[](https://www.bithound.io/github/pushrocks/smartgit/master/dependencies/npm)
|
||||||
|
[](https://www.bithound.io/github/pushrocks/smartgit)
|
||||||
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
|
[](http://standardjs.com/)
|
||||||
|
|
||||||
### Usage
|
## Features:
|
||||||
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
|
* clone a git repo
|
||||||
* init a new repo
|
* init a new repo
|
||||||
@ -20,4 +29,14 @@ Features:
|
|||||||
* push changes
|
* push changes
|
||||||
* add/remove remotes
|
* add/remove remotes
|
||||||
|
|
||||||
Tip: use [smartssh](https://npmjs.com/smartssh) to setup your SSH environment
|
## Usage
|
||||||
|
We recommend the use of TypeScript for best in class intellisense
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
import * as smartgit from 'smartgit'
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Tip: use [smartssh](https://npmjs.com/smartssh) to setup your SSH environment
|
||||||
|
|
||||||
|
[](https://push.rocks)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user