@pubbo/check-working-tree

0.2.5 • Public • Published

@pubbo/check-working-tree

Check git working tree status and error appropriately

Usage

const checkWorkingTree = require("@pubbo/check-working-tree");

// values listed here are their defaults
const options = {
  cwd: process.cwd(),
};

(async () => {
  try {
    await checkWorkingTree(options);
  } catch (err) {
    console.error(err.message);
    // "Working tree has uncommitted changes, ..."
  }
})();

Install lerna for access to the lerna CLI.

Readme

Keywords

Package Sidebar

Install

npm i @pubbo/check-working-tree

Weekly Downloads

2

Version

0.2.5

License

MIT

Unpacked Size

10.6 kB

Total Files

5

Last publish

Collaborators

  • robbie-cook