Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

eva-plugin-hello

An example plugin for Eva CLI.

Usage

Install in editable mode or as a package:

pip install -e .

Once installed, Eva CLI will automatically discover the plugin via entry points and register the eva hello command:

eva hello
# Hello, World! (from eva-hello plugin)

eva hello Alice
# Hello, Alice! (from eva-hello plugin)