Available Tools
{#each $plugins as plugin}
selectPlugin(plugin)} role="button" tabindex="0" on:keydown={(e) => e.key === 'Enter' && selectPlugin(plugin)} >
{plugin.name}
{plugin.description}
v{plugin.version}
{/each}