Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gnomejs/sdkA cross-runtime module for invoking executables similar to child_process and Deno's Deno.Command.
c
PathFinder
Represents a path finder that allows storing and retrieving options for finding an executable and methods to find the executable.
I
PathFinderOptions
Represents the options for the path finder.
v
pathFinder
The default global path finder instance.
Add Package
deno add jsr:@gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";
Import directly with a jsr specifier
import * as mod from "jsr:@gnome/exec/path-finder";
Add Package
pnpm i jsr:@gnome/exec
pnpm dlx jsr add @gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";
Add Package
yarn add jsr:@gnome/exec
yarn dlx jsr add @gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";
Add Package
vlt install jsr:@gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";
Add Package
npx jsr add @gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";
Add Package
bunx jsr add @gnome/exec
Import symbol
import * as mod from "@gnome/exec/path-finder";