2.1.0 • Published 5 years ago
git-needs-pull v2.1.0
git-needs-pull
Check synchronously if a git repository needs to pull.
Installation
$ npm i git-needs-pullor
$ yarn add git-needs-pullUsage
const needsPull = require('git-needs-pull');
needsPull(); // true or false of process.cwd()
needsPull('any/git/repo'); // true or falseLICENSE
MIT © Jan Peer Stöcklmair