ADORSYS-GIS / ADORSYS-GIS/release-script

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

オープン
#2 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。