Plugins

Plugin-CLI

CLI for creating and publishing plugins

Plugin-CLI

Our Plugin-cli makes it easy to create new plugins and publish them to the plugin-store, or package them for manual upload to an instance of neleto. When creating a new plugin with the CLI, it will clone our plugin-template.

Installation

You have multiple choices for installing the CLI:

Using Bunx

bunx plugin-cli@latest <command>

Compiling from source

You will need to have the stable rust toolchain installed

  1. Download the code of our CLI:
git clone https://github.com/Triple-A-Software/plugin-cli
  1. Build the CLI and install on your system: (run this in the plugin-cli directory)
cargo install --path .

Commands

publish: Publish a plugin to the plugin-store

package: Package a plugin for manual upload

create <name>: Start a new plugin project with the given name