New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scan-git-repo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scan-git-repo

Scan your projects directory for git repositories.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Scan your directory for git repositories displaying path, git branch and the status of it.

Based on git-unsaved.

You can install the package globally and use it as command line tool:

# Using npm
npm install --global scan-git-repo

# Using yarn
yarn global add scan-git-repo

Then, run scan-git-repo --help and see what the CLI tool can do.

$ scan-git-repo --help
Usage: scan-git-repo [options]

Scan your projects directory for dirty git repositories.

Options:
  -r, --relative-paths  Display the relative paths.
  -p, --path <path>     A custom folder path (default: the current working
                        directory).
  -h, --help            Displays this help.
  -v, --version         Displays version information.

Examples:
    scan-git-repo                   # Scans the current directory
    scan-git-repo -p ~/projects     # Scans the projects directory
    scan-git-repo -a                # Display absolute paths

Keywords

FAQs

Package last updated on 02 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc