A command for showing the status of repositories.
npm install --save autogit-command-status
Add this command to your configuration:
const status = require ( 'autogit-command-status' );
module.exports = {
commands: {
status
}
}
Call it from the CLI with:
autogit status
autogit status --include '**/js-*'
MIT © Fabio Spampinato