{"id":67609,"library":"deno-task-shell","title":"Deno Task Shell","description":"Cross-platform shell for executing tasks in Deno projects.","status":"active","version":"0.33.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno_task_shell","tags":["deno","shell","cross-platform","task"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_task_shell = \"0.33.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_task_shell","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Shell","correct":"use deno_task_shell::Shell;"}],"quickstart":{"code":"use deno_task_shell::Shell;\n\n#[tokio::main]\nasync fn main() {\n    let shell = Shell::new();\n    shell.execute(\"echo hello\").await.unwrap();\n}","lang":"rust","description":"Creates a shell and executes a command."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires Tokio runtime for async execution.","severity":"gotcha","affected_versions":">=0.33.0"}],"env_vars":null,"search_vec":"'cross':5,17 'cross-platform':4,16 'deno':1,12,14 'execut':9 'platform':6,18 'project':13 'shell':3,7,15 'task':2,10,19","created_at":"2026-06-17T17:39:25.098767+00:00","updated_at":"2026-06-17T17:39:25.098767+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://deno.land/","github":"https://github.com/denoland/deno_task_shell","docs":"https://docs.rs/deno_task_shell/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}