smartgit/README.md
2016-11-22 00:24:11 +01:00

2.0 KiB

smartgit

wrapper for git.

smartgit expects git to be installed on target machine.

Availabililty

npm git git docs

Status for master

build status coverage report Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

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

import * as smartgit from 'smartgit'

Tip: use smartssh to setup your SSH environment

npm