This template is designed for writing Zellij plugins in Rust.
You can learn more about developing plugins in the Zellij Documentation.
Learn more about cargo generate
here.
cargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name my-project
cd my-project
# If you don't have Zellij installed already
cargo install zellij
# Building the plugin
cargo build
# Running in Zellij
zellij -l plugin.yaml