Simple Node.js wrapper for git-worktree
npm install git-worktree!npm !npm bundle size !GitHub Workflow Status
> Simple Node.js wrapper for git-worktree
```
$ npm install git-worktree
`js
import { WorktreeClient } from 'git-worktree';
const client = new WorktreeClient(process.cwd());
client.list();
``