KaotoIO / step-extension-repository

Official step extensions for Kaoto.
Apache License 2.0
2 stars 5 forks source link

step-extension-repository

This is the official step extensions repository for Kaoto.

To add your new step extension here, create a new folder following the step extension template. You can follow the tutorial on how to build step extensions to implement it. Don't forget to add automated tests to your extension.

For your extension to be properly deployed, it must offer the following commands (included by default on the step extension template):

Once your extension is finished, create a Pull Request to include it on this repository.