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

fabiospampinato/autogit-plugin-stage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Plugin - Stage

A plugin for staging files.

Install

npm install --save autogit-plugin-stage

Usage

Options

This plugin uses the following options object:

{
  files: ['-A'] // Files to stage
}

Configuration

Add this plugin to a command:

const stage = require ( 'autogit-plugin-stage' );

module.exports = {
  commands: {
    'my-command': [
      stage ({ /* YOUR OPTIONS */ })
    ]
  }
}

License

MIT © Fabio Spampinato

About

A plugin for staging files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published