This is a extension for xed-editor that adds tabbed terminal support in the app
git clone [https://github.com/Xed-Editor/Extension-Template](https://github.com/Xed-Editor/TabbedTerminal)
cd Extension-TemplateTo build the extension in debug mode, run:
./compileDebugAfter a successful build, the extension package will be created here:
output/YourExtensionName.zip
This ZIP file is what you load into Xed-Editor as a extension.
This includes guides, API references, examples, and best practices for developing your extensions.