autogit-plugin-github-sync-keywords
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

/autogit-plugin-github-sync-keywords/

    Package Sidebar

    Install

    npm i autogit-plugin-github-sync-keywords

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    22.7 kB

    Total Files

    14

    Last publish

    Collaborators

    • fabiospampinato