Detalhes do pacote

@typescript-tools/monorepo-root

typescript-tools48.8kISC1.3.3

Find the monorepo root directory

readme (leia-me)

monorepo-root

License NPM Package Build Status semantic-release

Find the monorepo root directory

Install

npm install @typescript-tools/monorepo-root

API

export function monorepoRoot(
  pathInsideMonorepo?: string,
): E.Either<MonorepoRootError, string>