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

fabiospampinato/autogit-plugin-github-sync-description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Plugin - Github Sync Description

A plugin for synchronizing the description with GitHub.

Install

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

Usage

Options

This plugin uses the following options object:

{
  token: '' // GitHub token
}

Configuration

Add this plugin to a command:

const syncDescription = require ( 'autogit-plugin-github-sync-description' );

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

License

MIT © Fabio Spampinato

About

A plugin for synchronizing the description with GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published