git-scope

1.0.5 • Public • Published

git-scope

npm license

Quickly review all your repos' git status in one glance

git-scope is a command line tool that provides an overview of the git status, current branch, last commit message, and node_modules size for all repositories in a directory.

Table of Contents

Installation

Install git-scope globally to use it from any location on your computer.

npm install -g git-scope

Usage

Navigate to the directory containing your repositories and run:

git-scope

git-scope will generate a table output in your terminal like this:

┌─────────────┬─────────────────────┬─────────────┬───────────────────┬────────────────────┐
│ Folder Name │ Status              │ Current     │ Last Commit       │ Node Modules Size  │
│             │                     │ Branch      │                   │                    │
├─────────────┼─────────────────────┼─────────────┼───────────────────┼────────────────────┤
│ Repo1       │ All changes staged  │ main        │ Initial commit    │ 50 MB              │
├─────────────┼─────────────────────┼─────────────┼───────────────────┼────────────────────┤
│ Repo2       │ Unstaged changes    │ feature_xyz │ Updated Readme.md │ 120 MB             │
└─────────────┴─────────────────────┴─────────────┴───────────────────┴────────────────────┘

Contributing

We welcome contributions! Please see here for details on how to contribute.

License

ISC © Utkarsh Bhimte

Readme

Keywords

Package Sidebar

Install

npm i git-scope

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

8 kB

Total Files

5

Last publish

Collaborators

  • utkarshbhimte