git-audit

1.0.4 • Public • Published

Git Audit

Lightweight CLI to audit multiple git repository statuses at once

npm versionNPM DownloadsNPM License

Installation

Windows

npm install -g git-audit

Usage example

Navigate to the top level of your projects directory using the commandline. Then, run git-audit to view the status of all underlying git repositories. Additionaly, the root path can be specified (default the current directory) aswell as the max-depth to look for git repositories in child directories (default 2)

NOTE: Only the current active branch will be audited. The output will show the local branch-name.

git-audit [directory] [--max-depth={2}]

Output

Release History

  • 1.0.4
    • CHANGE: Added Readme
    • CHANGE: Replaced string#replaceAll() with custom function
  • 1.0.1
    • CHANGE: Small refactoring
  • 1.0.0
    • Initial release

/git-audit/

    Package Sidebar

    Install

    npm i git-audit

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    165 kB

    Total Files

    5

    Last publish

    Collaborators

    • jeroen.doggen