Warning
Pumpkin is still under heavy developing, this tool might be unusable sometimes
A Cargo subcommand that building and running your Pumpkin plugin.
cargo install cargo-pumpkincargo pumpkin initcargo pumpkin
# or explicitly
cargo pumpkin run# Force rebuild of Pumpkin even if it exists
cargo pumpkin run --force
# Skip building the current project
cargo pumpkin run --skip-self-build
# Clean the .run directory
cargo pumpkin clean