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

1.0.3 • Public • Published

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

/autogit-command-github-sync/

    Package Sidebar

    Install

    npm i autogit-command-github-sync

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    7.39 kB

    Total Files

    8

    Last publish

    Collaborators

    • fabiospampinato