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 clean
which cleans any previously generated codeyarn install
which downloads all the dependencies neededyarn build
which generates the static html files in a folder called dist
yarn test
which runs your tests to make sure your extension works fineOnce your extension is finished, create a Pull Request to include it on this repository.