1.0.3 • Published 5 years ago

autogit-plugin-github-sync-description v1.0.3

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

Autogit Plugin - Github Sync Description

A plugin for synchronizing the description with GitHub.

Install

npm install --save autogit-plugin-github-sync-description

Usage

Options

This plugin uses the following options object:

{
  token: '' // GitHub token
}

Configuration

Add this plugin to a command:

const syncDescription = require ( 'autogit-plugin-github-sync-description' );

module.exports = {
  commands: {
    'my-command': [
      syncDescription ({ token: 'MY_GITHUB_TOKEN' })
    ]
  }
}

License

MIT © Fabio Spampinato