Skip to content

arolang/plugin-swift-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plugin-swift-hello

A simple Swift plugin for ARO that provides greeting functionality.

Installation

aro add git@github.com:arolang/plugin-swift-hello.git

Actions

Greet

Generates a personalized greeting.

Input:

  • name (string, optional): Name to greet. Defaults to "World".

Output:

  • message: The greeting message
  • timestamp: ISO8601 timestamp
  • plugin: Plugin name

Farewell

Generates a goodbye message.

Input:

  • name (string, optional): Name to say goodbye to. Defaults to "World".

Output:

  • message: The farewell message
  • timestamp: ISO8601 timestamp
  • plugin: Plugin name

Feature Sets

This plugin also provides ARO feature sets in features/greetings.aro:

  • Greet User: Say hello to someone
  • Farewell User: Say goodbye to someone

License

MIT

About

Swift Hello plugin for ARO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages