Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

fabiospampinato/autogit-command-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command for showing the status of repositories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published