ADORSYS-GIS / ADORSYS-GIS/release-script

User Story 0: Setup python project as a command line tool

未關閉
#2 0 則留言 0 個 reaction 已指派 1 人 已被 @stephane-segning 認領 在 GitHub 檢視
user-story
主要語言
Python
星號
0
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

# Setup python cli

## Definition
As a Developer, I want to:
- use the Python program as a CLI (command line interface) tool
- document the CLI so well, that I won't need a WIKI

so that I can:
- easily use the script without documentation
- export the project, in the form of a single CLI tool

## Example
- For managing the release:
```shell
python ./app.py release create v1.0.0 --include-snapshot=no
```
- For managing a commit:
```shell
python ./app.py commit -m '(): message' -b '' --sign=no
```
- For initializing the local git repository:
```shell
python ./app.py init --enforce-signing=no --gitflow-branches=main,develop,prod
```

## Tickets
- #40

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。