Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

fabiospampinato/autogit-command-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command for executing a plain shell command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors