1.0.3 • Published 5 years ago

autogit-command-github-sync v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Autogit Command - Github Sync

A command for synchronizing repositories with GitHub.

Install

npm install --save autogit-command-github-sync

Usage

Options

This command uses the following options object:

{
  token: '' // GitHub token
}

Configuration

Add this command to your configuration:

const githubSync = require ( 'autogit-command-github-sync' );

module.exports = {
  commands: {
    'github-sync': githubSync ({ /* YOUR OPTIONS */ })
  }
}

CLI

Call it from the CLI with:

autogit github-sync

License

MIT © Fabio Spampinato