28 lines
840 B
JSON
28 lines
840 B
JSON
{
|
|
"output_directory": "",
|
|
|
|
"modid": "",
|
|
"mod_display_name": "{{ cookiecutter.modid|capitalize }}",
|
|
"plugin_classname": "{{ cookiecutter.modid|capitalize }}Plugin",
|
|
|
|
"github_repo": "{{ cookiecutter.modid|capitalize }}",
|
|
"author": "TODO",
|
|
"main_branch": "main",
|
|
|
|
"pages_url": "https://{{ cookiecutter.author|lower }}.github.io/{{ cookiecutter.github_repo }}/",
|
|
|
|
"pattern_regex": [
|
|
"hex_latest",
|
|
"hex_0.10.3",
|
|
"hexal_0.3.0",
|
|
"hexal_0.2.18"
|
|
],
|
|
|
|
"_hexdoc_version": "1.0.dev",
|
|
|
|
"__project_name": "hexdoc-{{ cookiecutter.modid|replace('_', '-')|lower }}",
|
|
"__project_slug": "hexdoc_{{ cookiecutter.modid|replace('-', '_')|lower }}",
|
|
|
|
"__src": "src/{{ cookiecutter.__project_slug }}",
|
|
"__export_root": "src/{{ cookiecutter.__project_slug }}/_export"
|
|
}
|