Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/smx/src/modules/infra/run-process.ts>DenoRunProcess

Manage and sync scripts, configs and templates between computers
Latest
class DenoRunProcess
implements IRunProcess
import { DenoRunProcess } from "https://deno.land/x/smx@v0.6.0/src/modules/infra/run-process.ts";

Methods

run(args: string[], cwd?): Promise<ProcessResult>