A command for synchronizing repositories with GitHub.
npm install --save autogit-command-github-syncThis 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-syncMIT © Fabio Spampinato