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

fabiospampinato/autogit-command-github-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command for synchronizing repositories with GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published