git-copy-repos-labels-cli

CLI for git-copy-repos-labels

Usage no npm install needed!

<script type="module">
  import gitCopyReposLabelsCli from 'https://cdn.skypack.dev/git-copy-repos-labels-cli';
</script>

README

git-copy-repos-labels-cli

CLI for git-copy-repos-labels

Travis Build StatusCoveralls status

Install

npm install -g git-copy-repos-labels-cli

Usage

$ git-copy-repos-labels --help

  Usage: 
    $ git-copy-repos-labels <options>

  Options:
    --from        Github repository from copy labels.
    --to          Github repository to copy labels.
    --token       You  Github Personal Token. Grab it from your [Developer settings](https://github.com/settings/developers)
    --strategy    Behavior strategy for merging, deleting or updating labels [docs](https://github.com/Scrum/git-copy-repos-labels#strategy)
    --help -h      CLI Help
    --version -v   CLI Version

  Examples:
    $ git-copy-repos-labels --from scrum/git-template-labels --to post/post-static --token 59bd8d5eb1980b7f926f2d106f4f2f0312fdf97f

Related