项目作者: JPeer264

项目描述 :
Check synchronously if a git repository needs to pull
高级语言: Shell
项目地址: git://github.com/JPeer264/node-git-needs-pull.git
创建时间: 2017-05-15T16:03:24Z
项目社区:https://github.com/JPeer264/node-git-needs-pull

开源协议:MIT License

下载


git-needs-pull

Build Status
Build status
Coverage Status

Check synchronously if a git repository needs to pull.

Installation

  1. $ npm i git-needs-pull

or

  1. $ yarn add git-needs-pull

Usage

  1. const needsPull = require('git-needs-pull');
  2. needsPull(); // true or false of process.cwd()
  3. needsPull('any/git/repo'); // true or false

LICENSE

MIT © Jan Peer Stöcklmair