-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Description
Hi,
The deno task
shell is great because it allows to run several commands in a cross-platform way.
Could you also make it available under a JavaScript API?
Something like:
await Deno.shell("mkdir -p myfolder") // similar to deno task --eval 'mkdir -p myfolder'
It would be tremendously useful, avoiding the need of libraries like:
At least for the use cases covered by deno task
.
What do you think?
cataliniuga
Metadata
Metadata
Assignees
Labels
No labels