A command for synchronizing repositories with GitHub.
npm install --save autogit-command-github-sync
This command uses the following options object:
{
token: '' // GitHub token
}
Add this command to your configuration:
const githubSync = require ( 'autogit-command-github-sync' );
module.exports = {
commands: {
'github-sync': githubSync ({ /* YOUR OPTIONS */ })
}
}
Call it from the CLI with:
autogit github-sync
MIT © Fabio Spampinato