/git-worktree

Node.js wrapper for git-worktree

Primary LanguageTypeScriptMIT LicenseMIT

git-worktree

npm npm bundle size GitHub Workflow Status

Simple Node.js wrapper for git-worktree

Install

$ npm install git-worktree

Usage

import { WorktreeClient } from 'git-worktree';

const client = new WorktreeClient(process.cwd());

client.list();