Registry / cli / deno-task-shell

deno-task-shell

JSON →
library0.33.0rscratesunverified

Cross-platform shell for executing tasks in Deno projects.

# Cargo.toml [dependencies] deno_task_shell = "0.33.0"
INSTALL
IMPORT
SIG · DENO-TASK-SHELL
D
deno-task-shell
clirustv0.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shell
✓ use deno_task_shell::Shell;

Creates a shell and executes a command.

use deno_task_shell::Shell; #[tokio::main] async fn main() { let shell = Shell::new(); shell.execute("echo hello").await.unwrap(); }
Debug
Known issues
gotchaRequires Tokio runtime for async execution.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.33.0
Upgrade
Version history
0.33.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
deno-task-shell — cargo add deno-task-shell · libregistry