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

Latest commit

 

History

History
47 lines (31 loc) · 608 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 608 Bytes

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