copier
Resource
资源 | 组织 | 类型 |
---|---|---|
copier | copier-org | 模板生成器 |
copier
copier 是一个模板生成器,可以生成任意类型的模板.
使用
1 | pipx install copier |
jinja
-%]
和 %]
%]
和 [%
确保保留这些前后额外的空白字符,-%]
和 [%-
确保在渲染结果中不会出现额外的空白字符。
-
[%- endif %] 表示在 endif 标记之前删除任何尾随的空格和换行符。
-
[% endif -%] 表示在 endif 标记之后删除任何尾随的空格和换行符。
-
[% endif %] 不会删除尾随的空格和换行符。
include
在 jinja 中使用 include 拆分成多个模板,方便复用替换
links:
-
https://github.com/serious-scaffold/serious-scaffold-python/pull/187
-
https://copier.readthedocs.io/en/stable/configuring/#importing-jinja-templates-and-macros
收集的模板
links: