Skip to content

alexweininger/git-worktree

Repository files navigation

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();

About

Node.js wrapper for git-worktree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published