A simple Swift plugin for ARO that provides greeting functionality.
aro add git@github.com:arolang/plugin-swift-hello.gitGenerates a personalized greeting.
Input:
name(string, optional): Name to greet. Defaults to "World".
Output:
message: The greeting messagetimestamp: ISO8601 timestampplugin: Plugin name
Generates a goodbye message.
Input:
name(string, optional): Name to say goodbye to. Defaults to "World".
Output:
message: The farewell messagetimestamp: ISO8601 timestampplugin: Plugin name
This plugin also provides ARO feature sets in features/greetings.aro:
- Greet User: Say hello to someone
- Farewell User: Say goodbye to someone
MIT