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

1.0.3 • Public • Published

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

/autogit-plugin-github-sync-description/

    Package Sidebar

    Install

    npm i autogit-plugin-github-sync-description

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    29.4 kB

    Total Files

    17

    Last publish

    Collaborators

    • fabiospampinato