- Notifications
You must be signed in to change notification settings - Fork0
A better way to work with processes in Deno.
License
NotificationsYou must be signed in to change notification settings
j50n/deno-proc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Run child processes and work with IO in Deno usingAsyncIterables
that workthe way you expect them to.
Documentation:https://j50n.github.io/deno-proc/.
To use:
import*asprocfrom"http://deno.land/x/proc/mod.ts";awaitproc.run("ls","-la").toStdout();
The API is stabilizing and moving toward a 1.0 release. Documentation is a workin progress.
About
A better way to work with processes in Deno.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published