is-index-clean

0.0.1 • Public • Published

is-index-clean

check if a git repository has uncommitted changes

Build Status Code Quality NPM Version

Install

$ npm install --save is-index-clean

Usage

const isIndexClean = require('is-index-clean');

isIndexClean.then(() => {
    console.log('index clean');
}, () => {
    console.log('index not clean');
});

API

is-index-clean()

Returns a Promise, which will be fulfilled if the index is completely clean and rejected otherwise.

License

MIT © JM Versteeg

dependency Status devDependency Status

Readme

Keywords

none

Package Sidebar

Install

npm i is-index-clean

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • jmversteeg