1.0.5 • Published 8 years ago

node-gitsync v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Node GitSync

Helper library for syncronizing a remote git repository with a local folder, being sure to only pull it down when it does not exist locally. ###Installation   npm version

npm install node-gitsync

###Simple Usage

var gitsync = require('node-gitsync');

gitsync({
  'dest': 'relative-path-to-subfolder',
  'repo': 'https://github.com/blah/repo.git',
  'branch': 'name-of-desired-branch'
}, function(err) {
  console.log("done!");
});
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago