https://github.com/wemake-services/kira-setup
🐿 Kira's micro-bot to setup new projects
https://github.com/wemake-services/kira-setup
bot gitlab gitlab-bot gitlab-ci kira-bot rsdp wemake-services
Last synced: 6 months ago
JSON representation
🐿 Kira's micro-bot to setup new projects
- Host: GitHub
- URL: https://github.com/wemake-services/kira-setup
- Owner: wemake-services
- License: mit
- Created: 2019-04-05T04:34:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T02:20:10.000Z (about 4 years ago)
- Last Synced: 2024-10-29T23:51:34.184Z (12 months ago)
- Topics: bot, gitlab, gitlab-bot, gitlab-ci, kira-bot, rsdp, wemake-services
- Language: Python
- Homepage: https://pypi.org/project/kira-setup/
- Size: 371 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kira Setup Bot
[](https://wemake.services)
[](https://github.com/wemake-services/kira)
[](https://travis-ci.org/wemake-services/kira-setup)
[](https://github.com/wemake-services/wemake-python-styleguide)
[](https://github.com/wemake-services/kira-setup/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)CLI utility to automate routine work with creating new projects.
Part of the [`@kira`](https://github.com/wemake-services/kira) bots family.
## Installation
```
pip install kira-setup
```## Running
```
kira-setup group_or_user_name/project_name --token=YOUR_ACCESS_TOKEN
```## Features
We use this CLI to setup high quality standards for our repository.
Features that we care about:
1. Protected `master` and tags for releases only
2. Mandatory code reviews
3. Integration with [`kira-stale`](https://github.com/wemake-services/kira-stale) and [`kira-release`](https://github.com/wemake-services/kira-release)