1.0.4 • Published 5 months ago

git-audit v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Git Audit

Lightweight CLI to audit multiple git repository statuses at once

npm versionNPM DownloadsNPM License

npm.io

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
1.0.2

5 months ago

1.0.1

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.0

5 months ago