git-worktree
v0.2.1
Published
Simple Node.js wrapper for git-worktree
Downloads
9
Readme
git-worktree
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();