@0x-lerna-fork/collect-uncommitted

3.16.3 • Public • Published

@0x-lerna-fork/collect-uncommitted

Check git working tree status and collect uncommitted changes for display

Usage

const collectUncommitted = require("@0x-lerna-fork/collect-uncommitted");

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

(async () => {
  try {
    const results = await collectUncommitted(options);
    console.log(`Uncommitted changes on CWD ${options.cwd}: ${results.join("\n")}`);
  } catch (err) {
    console.error(err.message);
  }
})();

Install lerna for access to the lerna CLI.

Readme

Keywords

Package Sidebar

Install

npm i @0x-lerna-fork/collect-uncommitted

Weekly Downloads

5

Version

3.16.3

License

MIT

Unpacked Size

5.36 kB

Total Files

5

Last publish

Collaborators

  • albrow
  • fberger