1.0.1 • Published 4 years ago

find-workspace-root v1.0.1

Weekly downloads
67
License
MIT
Repository
github
Last release
4 years ago

find-workspace-root

Build Status

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

Installation

yarn add find-workspace-root

How to use

import findWorkspaceRoot from 'find-workspace-root';

const rootDir = await findWorkspaceRoot(/** intialDir [default=process.cwd()]**/);

License

MIT