npm.io
1.0.3 • Published 7 years ago

autogit-plugin-github-sync-keywords

Licence
MIT
Version
1.0.3
Deps
4
Size
22 kB
Vulns
0
Weekly
0
Stars
1

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

Keywords