forked from IBM/mcp-context-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yml
More file actions
33 lines (27 loc) · 667 Bytes
/
copier.yml
File metadata and controls
33 lines (27 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
_subdirectory: plugin_templates/{{template_type}}
template_type:
type: str
help: What plugin template would you like to use?
choices:
- native
- external
plugin_name:
type: str
help: What is the plugin name?
default: MyFilter
version:
type: str
help: What is the initial version of the plugin?
default: 0.1.0
author:
type: str
help: Who is the author?
default: "{{ _copier_conf.data.default_author_name }}"
email:
type: str
help: What's the author's e-mail?
default: "{{ _copier_conf.data.default_author_email }}"
description:
type: str
help: Write a plugin description
default: A filter plugin