fusion-orchestrate

Automate repository commands and maintenance.

Usage no npm install needed!

<script type="module">
  import fusionOrchestrate from 'https://cdn.skypack.dev/fusion-orchestrate';
</script>

README

fusion-orchestrate

Build status

Orchestrates running scripts across all fusion repositories.

Installation

npm install -g fusion-orchestrate

Setup

Requires node 8.9.1 or above.

Generate a Github token at: https://github.com/settings/tokens/new

Update your ~/.bashrc || ~/.zshrc || ~/.fishrc

export GITHUB_USER=______
export GITHUB_TOKEN=_______

Usage

Usage: fusion-orchestrate [options] [command]

Commands:

  help           Display help
  mergeAccepted  Merge all your accepted PRs
  reviews        List all PRs needing review
  setup          Fork and clone all the fusionjs repos

Options:

  -h, --help     Output usage information
  -v, --version  Output the version number