1.0.6 • Published 5 years ago

autogit-plugin-stage v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago