https://github.com/fabiospampinato/autogit-plugin-github-sync-keywords
A plugin for synchronizing the keywords with GitHub.
https://github.com/fabiospampinato/autogit-plugin-github-sync-keywords
autogit github keywords plugin sync
Last synced: about 1 year ago
JSON representation
A plugin for synchronizing the keywords with GitHub.
- Host: GitHub
- URL: https://github.com/fabiospampinato/autogit-plugin-github-sync-keywords
- Owner: fabiospampinato
- License: mit
- Archived: true
- Created: 2018-10-08T03:48:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T11:30:05.000Z (over 5 years ago)
- Last Synced: 2025-04-15T16:53:44.359Z (about 1 year ago)
- Topics: autogit, github, keywords, plugin, sync
- Language: TypeScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autogit Plugin - Github Sync Keywords
A plugin for synchronizing the keywords with GitHub.
## Install
```sh
npm install --save autogit-plugin-github-sync-keywords
```
## Usage
#### Options
This plugin uses the following options object:
```js
{
token: ''
}
```
#### Configuration
Add this plugin to a command:
```js
const syncKeywords = require ( 'autogit-plugin-github-sync-keywords' );
module.exports = {
commands: {
'my-command': [
syncKeywords ({ token: 'MY_GITHUB_TOKEN' })
]
}
}
```
## License
MIT © Fabio Spampinato