We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a77bb commit d627dcaCopy full SHA for d627dca
README.md
@@ -1,6 +1,6 @@
1
# commitizen cz template
2
3
-cz template for [commitizen](https://github.com/Woile/commitizen)
+cz template for [commitizen](https://github.com/Woile/commitizen) v3
4
5
## Prerequiste
6
* Python 3.x
@@ -12,7 +12,7 @@ cz template for [commitizen](https://github.com/Woile/commitizen)
12
1. Initialize project through cookiecutter
13
14
```sh
15
- cookiecutter gh:Lee-W/commitizen_cz_template
+ cookiecutter gh:commitizen-tools/commitizen_cz_template
16
```
17
18
Note that you don't need to add cz prefix in your project name and package name.
@@ -22,7 +22,9 @@ cz template for [commitizen](https://github.com/Woile/commitizen)
22
4. Test through `cz --name cz_[cz_name] [command]`
23
24
## Lisence
25
+
26
[MIT](https://opensource.org/licenses/MIT)
27
28
## Author
29
30
[Lee-W](https://github.com/Lee-W/) (weilee.rx@gmail.com)
pyproject.toml
@@ -17,3 +17,5 @@ version = "0.1.0"
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
19
20
+[tool.poetry.plugins."commitizen.plugin"]
21
+cz_{{cookiecutter.cz_name}} = "{{cookiecutter.cz_name}}.cz_{{cookiecutter.cz_name}}:{{cookiecutter.cz_name | capitalize}}Cz"
{{cookiecutter.cz_name}}/README.md
@@ -3,4 +3,5 @@
## Usage
7
{{cookiecutter.author_name}} ({{cookiecutter.email}})
{{cookiecutter.cz_name}}/cz_{{cookiecutter.cz_name}}.py
@@ -7,6 +7,3 @@ def questions(self) -> list:
8
def message(self, answers: dict) -> str:
9
raise NotImplementedError("Not Implemented yet")
10
-
11
-discover_this = {{cookiecutter.cz_name | capitalize}}Cz
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments