@manypkg/find-root
> Find the root of a monorepo with Yarn workspaces, npm, Lerna, pnpm, Bun or Rush
Last updated 9 months ago by manypkg-release-bot .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @manypkg/find-root 
SYNC missed versions from official npm registry.

@manypkg/find-root

Find the root of a monorepo with Yarn workspaces, npm, Lerna, pnpm, Bun or Rush

Install

yarn add @manypkg/find-root

Usage

import { findRoot, findRootSync } from "@manypkg/find-root";

let dir = await findRoot(process.cwd());
let dir = findRootSync(process.cwd());

Current Tags

  • 3.1.0                                ...           latest (9 months ago)

10 Versions

  • 3.1.0                                ...           9 months ago
  • 3.0.0                                ...           a year ago
  • 2.2.3                                ...           2 years ago
  • 2.2.2                                ...           2 years ago
  • 2.2.1                                ...           3 years ago
  • 2.2.0                                ...           3 years ago
  • 2.1.0                                ...           3 years ago
  • 2.0.0                                ...           3 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 1
This Month 2
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |