Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpanato/github-gitlab-labels


https://github.com/cpanato/github-gitlab-labels

github go golang labels

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# GitHub/GitLab Labels

This tiny command line help you to configure your GitHub label across your org.

For now only for GitHub, GitLab comes next

There are two commands: `set` and `list`

To list and save the labels in a YAML format file you can run

```shell
$ github-gitlab-labels list --github-token xoxoxoxoxo --repo github-gitlab-labels --org cpanato --save
```

To configure the labels in a specific repo

```shell
$ github-gitlab-labels set --github-token xoxoxoxoxo --label-file labels-sample.yaml --repo github-gitlab-labels --org cpanato
```