Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

fabiospampinato/autogit-plugin-github-sync-keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for synchronizing the keywords with GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published