1.0.3 • Published 5 years ago

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

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

Autogit Plugin - Github Sync Keywords

A plugin for synchronizing the keywords with GitHub.

Install

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

Usage

Options

This plugin uses the following options object:

{
  token: ''
}

Configuration

Add this plugin to a command:

const syncKeywords = require ( 'autogit-plugin-github-sync-keywords' );

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

License

MIT © Fabio Spampinato