Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fabiospampinato/autogit-plugin-github-sync-description

A plugin for synchronizing the description with GitHub.
https://github.com/fabiospampinato/autogit-plugin-github-sync-description

autogit description github plugin sync

Last synced: 3 months ago
JSON representation

A plugin for synchronizing the description with GitHub.

Lists

README

        

# Autogit Plugin - Github Sync Description

A plugin for synchronizing the description with GitHub.

## Install

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

## Usage

#### Options

This plugin uses the following options object:

```js
{
token: '' // GitHub token
}
```

#### Configuration

Add this plugin to a command:

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

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

## License

MIT © Fabio Spampinato