Skip to main content
Home

@gnome/exec@0.6.0
Built and signed on GitHub Actions

A cross-runtime module for invoking executables similar to child_process and Deno's Deno.Command.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
a year ago (0.6.0)
interface PathFinderOptions

Represents the options for the path finder.

Properties

The name of the path finder.

The executable path for the path finder.

The environment variable for the path finder.

optional
cached: string

The cached path for the path finder.

optional
noCache: boolean

A flag indicating if the cached path should be ignored.

optional
windows: string[]

An array of additional paths for the path finder on Windows. Environment variables can be used in the paths.

optional
linux: string[]

An array of additional paths for the path finder on Darwin. Environment variables can be used in the paths.

optional
darwin: string[]

An array of additional paths for the path finder on Darwin. Environment variables can be used in the paths.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";
or

Import directly with a jsr specifier

import { type PathFinderOptions } from "jsr:@gnome/exec/path-finder";

Add Package

pnpm i jsr:@gnome/exec
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";

Add Package

yarn add jsr:@gnome/exec
or (using Yarn 4.8 or older)
yarn dlx jsr add @gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";

Add Package

vlt install jsr:@gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";

Add Package

npx jsr add @gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";

Add Package

bunx jsr add @gnome/exec

Import symbol

import { type PathFinderOptions } from "@gnome/exec/path-finder";