Skip to main content

@spawn/git@0.0.1
Built and signed on GitHub Actions

The git module provides a simple way to execute git commands.

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
100%
Published
3 months ago (0.0.1)

Classes

c
GitCommand

Represents an git command.

Functions

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";