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

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i autogit-command-shell

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

12.7 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato