autogit-plugin-stage
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i autogit-plugin-stage

Weekly Downloads

4

Version

1.0.6

License

MIT

Unpacked Size

15.7 kB

Total Files

11

Last publish

Collaborators

  • fabiospampinato