autogit-command-status

v1.0.2
A command for showing the status of repositories.
autogit command status

Autogit Command - Status

A command for showing the status of repositories.

Install

npm install --save autogit-command-status

Usage

Configuration

Add this command to your configuration:

const status = require ( 'autogit-command-status' );

module.exports = {
  commands: {
    status
  }
}

CLI

Call it from the CLI with:

autogit status
autogit status --include '**/js-*'

License

MIT © Fabio Spampinato

npm i autogit-command-status

Metadata

  • MIT
  • Whatever
  • Fabio Spampinato
  • released 12/6/2018

Downloads

Maintainers