0.0.2 • Published 7 years ago

node-git-pull v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

node-git-pull

usage

install node-git-pull

npm install node-git-pull

pull module

create absolute path, check if path exists and is git-repository. If exists do git-pull, else git-clone.

tests

Dockerfile

using Docker for SSH-Key

spec

testing if git-pull return exitcode 0, testing if a specified file exists. testing if git-clone return exitcode 0, testing if a specified file exists.