Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A better way to work with processes in Deno.

License

NotificationsYou must be signed in to change notification settings

j50n/deno-proc

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.


[8]ページ先頭

©2009-2025 Movatter.jp