find-workspaces-root
v0.2.0
Published
> Find the root of a multi-package repo with Yarn workspaces or Bolt
Downloads
1,196
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());