Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gnomejs/spawnThe git module provides a simple way to execute git commands.
This package works with Node.js, Deno, Bun
JSR Score
100%
Published
3 months ago (0.0.1)
c
GitCommand
Represents an git command.
f
git
Invokes the git
cli.
Add Package
deno add jsr:@spawn/git
Import symbol
import * as mod from "@spawn/git/command";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@spawn/git/command";
Add Package
npx jsr add @spawn/git
Import symbol
import * as mod from "@spawn/git/command";
Add Package
yarn dlx jsr add @spawn/git
Import symbol
import * as mod from "@spawn/git/command";
Add Package
pnpm dlx jsr add @spawn/git
Import symbol
import * as mod from "@spawn/git/command";
Add Package
bunx jsr add @spawn/git
Import symbol
import * as mod from "@spawn/git/command";