-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
36 lines (32 loc) · 800 Bytes
/
plugin.yaml
File metadata and controls
36 lines (32 loc) · 800 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
34
35
36
name: plugin-swift-hello
version: 1.0.0
handle: Greeting
description: "A simple Swift plugin that provides greeting functionality"
author: "ARO Team"
license: MIT
aro-version: ">=0.1.0"
source:
git: "git@github.com:arolang/plugin-swift-hello.git"
ref: "main"
provides:
- type: swift-plugin
path: Sources/
actions:
- name: Greet
role: own
verbs: [greet, hello]
prepositions: [with, for]
description: Generate a personalized greeting message
- name: Farewell
role: own
verbs: [farewell, goodbye]
prepositions: [with, for]
description: Generate a farewell message
- type: aro-files
path: features/
build:
swift:
minimum-version: "6.2"
targets:
- name: HelloPlugin
path: Sources/