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):
yarn cleanwhich cleans any previously generated codeyarn installwhich downloads all the dependencies neededyarn buildwhich generates the static html files in a folder calleddistyarn testwhich runs your tests to make sure your extension works fine
Once your extension is finished, create a Pull Request to include it on this repository.