Skip to content

Plugin Development

Creating a plugin

If you want to create a plugin for listener, you can use the following command:

bash
npx @tauri-apps/cli plugin new listener \
--no-example \
--directory ./plugins/listener

Resources