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

x/smx/src/modules/runner/models.ts>IRunner

Manage and sync scripts, configs and templates between computers
Latest
interface IRunner
import { type IRunner } from "https://deno.land/x/smx@v0.6.0/src/modules/runner/models.ts";

Methods

build(name: string): Promise<IRunnable | false>
run(runnable: IRunnable, context: IScriptManager): Promise<void>