43 lines
2.0 KiB
Markdown
43 lines
2.0 KiB
Markdown
# smartgit
|
|
wrapper for git.
|
|
|
|
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)
|
|
[](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/)
|
|
|
|
## 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
|
|
|
|
```javascript
|
|
import * as smartgit from 'smartgit'
|
|
|
|
```
|
|
|
|
Tip: use [smartssh](https://npmjs.com/smartssh) to setup your SSH environment
|
|
|
|
[](https://push.rocks)
|