A dead simple wrapper around the Deno.Command API for better stdout handling, by @codemonument
Run simpleExec(command: string, args[]: string[])
.
Gets back
{
stdout: string;
stderr: string;
}
- nest.land: https://nest.land/package/simple_exec
Module URL: https://nest.land/package/simple_exec
- Install
eggs
cli:deno install -Af --unstable https://x.nest.land/eggs@0.3.10/eggs.ts
UPDATE: Use eggy cli instead of eggs, since eggs is broken since Deno 1.26: nestdotland/eggs#141deno install -Afq --unstable https://x.nest.land/eggy@0.3.50/cli.ts
eggy link <your key>
(used codemonument account)eggy publish