Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 403 Bytes

File metadata and controls

17 lines (9 loc) · 403 Bytes

Plugin Development

Publish plugin

You can publish your plugin to the Lapce plugin registry (https://plugins.lapce.dev/) by a cli.

To install the cli, run

cargo install volts

On plugins.lapce.dev, login via Github, and you can create an API token to use for the cli.

Then in the plugin folder, run

volts publish

It should publish the plugin to the registry.