autogit-command-shell
v1.0.4
Published
A command for executing a plain shell command.
Downloads
14
Readme
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