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)

Classes

c
PathFinder

Represents a path finder that allows storing and retrieving options for finding an executable and methods to find the executable.

Interfaces

Variables

v
pathFinder

The default global path finder instance.

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 * as mod from "@gnome/exec/path-finder";
or

Import directly with a jsr specifier

import * as mod 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 * as mod 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 * 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";