Détail du package

find-workspaces-root

Find the root of a multi-package repo with Yarn workspaces or Bolt

readme

find-workspaces-root

Find the root of a multi-package repo with Yarn workspaces or Bolt

Install

yarn add find-workspaces-root

Usage

import findWorkspacesRoot from "find-workspaces-root";

let dir = await findWorkspacesRoot(process.cwd());