File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
docs/level-11-use-handlebars Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Contributors
3
3
4
4
In alphabetical order:
5
5
6
- `John Vandenberg <https://github.com/jayvdb >`_
7
- `PRAJWAL M <https://github.com/PrajwalM2212 >`_
8
- `SerekKiri <https://github.com/SerekKiri >`_
6
+ * `Charlie Liu <https://github.com/CLiu13 >`_
7
+ * `John Vandenberg <https://github.com/jayvdb >`_
8
+ * `PRAJWAL M <https://github.com/PrajwalM2212 >`_
9
+ * `SerekKiri <https://github.com/SerekKiri >`_
Original file line number Diff line number Diff line change 1
- requires :
2
- - moban-handlebars
3
-
4
1
targets :
5
2
- a.output : a.template.handlebars
6
3
- b.output : base.hbs
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ kindly contributed moban-handlebars plugin.
8
8
Evaluation
9
9
--------------------------------------------------------------------------------
10
10
11
- Please go to `docs/level-11-use-handlebars ` directory.
11
+ Please go to `docs/level-11-use-handlebars ` directory. You will have to::
12
+
13
+ $ pip install moban-handlebars
12
14
13
15
14
16
Here is the `.moban.yml `, which replaces `jj2 ` with handlebars files in level 4::
15
17
16
- requires:
17
- - moban-handlebars
18
-
19
18
targets:
20
19
- a.output: a.template.handlebars
21
20
- b.output: base.hbs
Original file line number Diff line number Diff line change 6
6
moban
7
7
black ;python_version >= "3.6"
8
8
isort ;python_version >= "3.6"
9
+ moban-handlebars
You can’t perform that action at this time.
0 commit comments