8000
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 0e61cf6 commit 535153eCopy full SHA for 535153e
README.md
@@ -2,6 +2,23 @@
2
3
How to Use:
4
5
-```sh
6
-cookiecutter https://github.com/fluent-qa/fluentqa-pytpl.git
+```shell
+cookiecutter https://github.com/fluent-qa/fluent-pypro-template.git
7
```
8
+
9
+Follow the instruction to generate a template project.
10
11
12
+## Templates
13
14
+1. [*] simple
15
+2. [*] cli-typer
16
+3. [*] cli-fire
17
+4. [*] server
18
19
+## How to Create template
20
21
+- cookiecutter based
22
+- generate files: hooks
23
+ * post_gen_project.py
24
+ * pre_gen_project.py
0 commit comments