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
2 months ago (0.0.1)

Add Package

deno add @spawn/git

Import symbol

import { GitCommand } from "@spawn/git/command";

---- OR ----

Import directly with a jsr specifier

import { GitCommand } from "jsr:@spawn/git/command";

Add Package

npx jsr add @spawn/git

Import symbol

import { GitCommand } from "@spawn/git/command";

Add Package

yarn dlx jsr add @spawn/git

Import symbol

import { GitCommand } from "@spawn/git/command";

Add Package

pnpm dlx jsr add @spawn/git

Import symbol

import { GitCommand } from "@spawn/git/command";

Add Package

bunx jsr add @spawn/git

Import symbol

import { GitCommand } from "@spawn/git/command";