1.0.2 • Published 5 years ago

autogit-command-status v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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