https://github.com/tlapnet/githubber
:octocat: Configure GitHub repositories via CLI commands
https://github.com/tlapnet/githubber
github labels tlapnet
Last synced: about 2 months ago
JSON representation
:octocat: Configure GitHub repositories via CLI commands
- Host: GitHub
- URL: https://github.com/tlapnet/githubber
- Owner: tlapnet
- License: mpl-2.0
- Created: 2018-08-14T22:57:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T22:08:57.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T00:01:22.117Z (over 1 year ago)
- Topics: github, labels, tlapnet
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Repository Configurator
Configure multiple GitHub repositories via CLI commands.
### Installation
#### Composer
- `composer create-project mabar/github-repository-configurator path/to/project --stability dev`
- Generate your private Github token [here](https://github.com/settings/tokens/new). You will be asked for it during instalation.
## Usage
#### Replace default labels with more useful
```
/bin/console configurator:replace-default-labels --repository
```
- If repository is not specified so all repositories are configured
- Currently not working description
- Added are
- docs
- need more info
- Renamed are
- enhancement -> feature
- Removed are
- good first issue
- help wanted
- invalid
- wontfix
- Not modified are
- bug
- duplicate
- question
- All not listed are ignored
#### Enable/disable wiki pages
```
/bin/console configurator:wiki --repository
```
- If repository is not specified so all repositories are configured
#### Enable/disable PR merge type
```
/bin/console configurator:merge-type --repository
```
- If repository is not specified so all repositories are configured
- Currently not working, because GitHub api don't support it :(