Skip to main content

scaffold

Function scaffold 

Source
pub fn scaffold(name: &str, dir: &Path) -> Result<PathBuf, String>
Expand description

Scaffold a new plugin source skeleton under dir/<name>/.

Writes a plugin.yaml manifest, a minimal Rust src/lib.rs hook stub, and a README so helios-plugin new <name> gives a buildable starting point.