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 options for installing the CLI:
Compiling from source
You will need to have the stable rust toolchain installed Install Rust.
Build the plugin-cli from the git repository:
cargo install --git https://github.com/Triple-A-Software/plugin-cli.git
Downloading a prebuilt binary
Coming soon
Via NPM
Coming soon
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