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

1.0.2 • Public • Published

Autogit Plugin - Fetch

A plugin for fetching from a remote.

Install

npm install --save autogit-plugin-fetch

Usage

Options

This plugin uses the following options object:

{
  remote: 'origin', // The remote to fetch from
  branch: '' // The branch to fetch from, if not set the current branch will be used
}

Configuration

Add this plugin to a command:

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

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

License

MIT © Fabio Spampinato

Readme

Keywords

Package Sidebar

Install

npm i autogit-plugin-fetch

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

11.3 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato