Managing & Distributing Plugins
// Packaging Plugins
Package your plugin files into a standard compressed archive:
tar -czf wordcounter.tsext ~/.config/termstudio/plugins/wordcounter/
// Publishing to Registry
Submit your package archive to the TermStudio extension registry using the official publishing tool.
// Command Line Install
Users can install your plugin directly by executing the install command:
termstudio --install-plugin wordcounter