autogit-command-shell

v1.0.4
A command for executing a plain shell command.
autogit command shell

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

npm i autogit-command-shell

Metadata

  • MIT
  • Whatever
  • Fabio Spampinato
  • released 12/6/2018

Downloads

Maintainers