Socket
Book a DemoInstallSign in
Socket

code-status

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-status

Check if any of your git projects needs attention

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
3
-50%
Maintainers
2
Weekly downloads
 
Created
Source

code-status

Check if any of your git projects needs attention:

Runs through all your code projects and checks the following:

  • Is the repo on the master branch?
  • Is the current branch ahead of the remote tracking branch?
  • Is the repo dirty (i.e. does it contain changes that have not yet been checked in)
  • Is there any untracked files in the repo?

If the answer is yes to any of those questions, this module will find and list the projects.

Build status js-standard-style

Installation

Install code-status globally:

npm install -g code-status

Example usage

$ code-status ~/code
DIR                BRANCH      AHEAD DIRTY UNTRACKED
after-all-results  master      0     1     0
airserver          master      0     3     10
connect            master      95    1     0
hubot-heroku       patch-1     0     1     0

Docs

code-status [paths] [options]

The paths defaults to the current directory if not specified. The code-status program will look through that directory and all sub-directories scanning for git projects.

Options:

  • --help - show the help
  • --version - show version
  • --simple - make the output more simple for easy grepping

License

MIT

Keywords

git

FAQs

Package last updated on 26 Sep 2016

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