1.0.4 • Published 5 years ago

autogit-command-shell v1.0.4

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

Autogit Command - Shell

A command for executing a plain shell command.

Install

npm install --save autogit-command-shell

Usage

Configuration

Add this command to your configuration:

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

module.exports = {
  commands: {
    shell
  }
}

CLI

Call it from the CLI with:

autogit shell
autogit shell 'rm -rf node_modules'
autogit shell 'npm audit fix' --include '**/js-*'

License

MIT © Fabio Spampinato