Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

git-worktree

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-worktree

Simple Node.js wrapper for git-worktree

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts