Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 732 Bytes

About

This template is designed for writing Zellij plugins in Rust.

You can learn more about developing plugins in the Zellij Documentation.

Usage

Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name my-project
cd my-project

Build with cargo and Test in Zellij

# If you don't have Zellij installed already
cargo install zellij
# Building the plugin
cargo build
# Running in Zellij
zellij -l plugin.yaml