autogit-command-status
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i autogit-command-status

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

4.33 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato